Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2206 u8 cbw40_enable = 0, stbc_rx_enable = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2257 cbw40_enable = 1; in rtw_restructure_ht_ie()
2260 cbw40_enable = 1; in rtw_restructure_ht_ie()
2263 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2339 u8 cbw40_enable = 0; in rtw_update_ht_cap() local
2371 cbw40_enable = 1; in rtw_update_ht_cap()
2374 cbw40_enable = 1; in rtw_update_ht_cap()
2378 if ((cbw40_enable) && in rtw_update_ht_cap()
H A Drtw_wlan_util.c844 u8 cbw40_enable = 0; in bwmode_update_check() local
859 cbw40_enable = 1; in bwmode_update_check()
862 cbw40_enable = 1; in bwmode_update_check()
865 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check()
H A Drtw_ap.c656 u8 cbw40_enable = 0; in start_bss_network() local
746 cbw40_enable = 1; in start_bss_network()
749 cbw40_enable = 1; in start_bss_network()
752 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
H A Drtw_mlme_ext.c5301 u8 cbw40_enable = 0; in join_cmd_hdl() local
5377 cbw40_enable = 1; in join_cmd_hdl()
5380 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()