Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2664 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2685 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
2686 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
2687 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2690 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2699 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2702 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2706 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2720 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2761 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()