Home
last modified time | relevance | path

Searched refs:tmp_Short (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c924 u8 tmp_Short; in _rtl92e_query_is_short() local
926 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
929 tmp_Short = 0; in _rtl92e_query_is_short()
931 return tmp_Short; in _rtl92e_query_is_short()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1197 u8 tmp_Short; in QueryIsShort() local
1199 tmp_Short = (TxHT == 1) ? in QueryIsShort()
1204 tmp_Short = 0; in QueryIsShort()
1206 return tmp_Short; in QueryIsShort()