Home
last modified time | relevance | path

Searched refs:bUseShortGI (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c365 tcb_desc->bUseShortGI = false; in ieee80211_query_HTCapShortGI()
371 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
376 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
378 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
Dieee80211.h98 u8 bUseShortGI:1; member
/drivers/staging/rtl8192e/
Drtllib_tx.c358 tcb_desc->bUseShortGI = false; in rtllib_query_HTCapShortGI()
364 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
369 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
371 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
Drtllib.h138 u8 bUseShortGI:1; member
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1158 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
/drivers/staging/rtl8192u/
Dr8192U_core.c1377 ((tcb_desc->bUseShortGI) ? 1 : 0) : in QueryIsShort()