Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c400 tcb_desc->bUseShortGI = false; in ieee80211_query_HTCapShortGI()
407 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
412 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
414 tcb_desc->bUseShortGI = true; in ieee80211_query_HTCapShortGI()
Dieee80211.h116 u8 bUseShortGI:1; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_tx.c375 tcb_desc->bUseShortGI = false; in rtllib_query_HTCapShortGI()
381 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
386 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
388 tcb_desc->bUseShortGI = true; in rtllib_query_HTCapShortGI()
Drtllib.h158 u8 bUseShortGI:1; member
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c2404 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in rtl8192_QueryIsShort()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1471 …tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : ((tcb_desc->bUseShortPreamble) ? 1 :… in QueryIsShort()