Searched refs:bRTSBW (Results 1 – 5 of 5) sorted by relevance
447 tcb_desc->bRTSBW = false; // RTS frame bandwidth is always 20MHz in ieee80211_query_protectionmode()546 tcb_desc->bRTSBW = false; in ieee80211_query_protectionmode()
123 u8 bRTSBW:1; member
421 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()494 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()
165 u8 bRTSBW:1; member
1543 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()