Home
last modified time | relevance | path

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

/linux-6.1.9/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
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_tx.c356 tcb_desc->bUseShortGI = false; in rtllib_query_HTCapShortGI()
362 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
367 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
369 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
Drtllib.h138 u8 bUseShortGI:1; member
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1036 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c1200 ((tcb_desc->bUseShortGI) ? 1 : 0) : in QueryIsShort()