Home
last modified time | relevance | path

Searched refs:HTOpMode (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c492 u8 HTOpMode = pHTInfo->CurrentOpMode; in ieee80211_query_protectionmode() local
493 if((pHTInfo->bCurBW40MHz && (HTOpMode == 2 || HTOpMode == 3)) || in ieee80211_query_protectionmode()
494 (!pHTInfo->bCurBW40MHz && HTOpMode == 3) ) in ieee80211_query_protectionmode()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_tx.c461 u8 HTOpMode = pHTInfo->CurrentOpMode; in rtllib_query_protectionmode() local
463 if ((pHTInfo->bCurBW40MHz && (HTOpMode == 2 || in rtllib_query_protectionmode()
464 HTOpMode == 3)) || in rtllib_query_protectionmode()
465 (!pHTInfo->bCurBW40MHz && HTOpMode == 3)) { in rtllib_query_protectionmode()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_xmit.c306 u8 HTOpMode = pmlmeinfo->HT_protection; in update_attrib_vcs_info() local
308 if ((pmlmeext->cur_bwmode && (HTOpMode == 2 || HTOpMode == 3)) || in update_attrib_vcs_info()
309 (!pmlmeext->cur_bwmode && HTOpMode == 3)) { in update_attrib_vcs_info()