Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A 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()
H A Dieee80211.h98 u8 bUseShortGI:1; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A 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()
H A Drtllib.h138 u8 bUseShortGI:1; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1160 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c1378 ((tcb_desc->bUseShortGI) ? 1 : 0) : in QueryIsShort()