Searched refs:bRTSBW (Results 1 – 5 of 5) sorted by relevance
411 tcb_desc->bRTSBW = false; // RTS frame bandwidth is always 20MHz in ieee80211_query_protectionmode()497 tcb_desc->bRTSBW = false; in ieee80211_query_protectionmode()
105 u8 bRTSBW:1; member
402 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()475 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()
145 u8 bRTSBW:1; member
1275 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()