Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2288 u8 cbw40_enable = 0, stbc_rx_enable = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2309 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
2310 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
2311 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2314 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2324 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2327 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2331 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2345 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()