Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h82 CHANNEL_WIDTH_40 = 1, enumerator
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_rf6052.c70 case CHANNEL_WIDTH_40: in PHY_RF6052SetBandwidth8723B()
H A Drtl8723b_hal_init.c1570 if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in BWMapping_8723B()
1571 if (pattrib->bwmode == CHANNEL_WIDTH_40) in BWMapping_8723B()
1589 if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in SCMapping_8723B()
1590 if (pattrib->bwmode == CHANNEL_WIDTH_40) { in SCMapping_8723B()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2321 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
2322 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2325 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2335 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2351 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
H A Drtw_ioctl_set.c490 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
H A Drtw_wlan_util.c306 if (chnl_bw == CHANNEL_WIDTH_40) { in rtw_get_center_ch()
860 new_bwmode = CHANNEL_WIDTH_40; in bwmode_update_check()
1365 bit_offset = (bwmode & CHANNEL_WIDTH_40) ? 6 : 5; in support_short_GI()
H A Drtw_ap.c487 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
506 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
746 cur_bwmode = CHANNEL_WIDTH_40; in start_bss_network()
H A Drtw_xmit.c344 case CHANNEL_WIDTH_40: in query_ra_short_GI()
H A Drtw_mlme_ext.c4678 if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_40)) in update_sta_info()
5346 pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; in join_cmd_hdl()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1950 case CHANNEL_WIDTH_40: in rtw_get_chan_type()