Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1173 u8 tmp_Short; in _rtl92e_query_is_short() local
1175 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
1178 tmp_Short = 0; in _rtl92e_query_is_short()
1180 return tmp_Short; in _rtl92e_query_is_short()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c1522 u8 tmp_Short; in QueryIsShort() local
1524 tmp_Short = (TxHT == 1) ? in QueryIsShort()
1529 tmp_Short = 0; in QueryIsShort()
1531 return tmp_Short; in QueryIsShort()