Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h82 CHANNEL_WIDTH_40 = 1, enumerator
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_rf6052.c70 case CHANNEL_WIDTH_40: in PHY_RF6052SetBandwidth8723B()
H A Drtl8723b_phycfg.c595 case CHANNEL_WIDTH_40: in phy_SetRegBW_8723B()
610 if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in phy_GetSecondaryChnl_8723B()
647 case CHANNEL_WIDTH_40: in phy_PostSetBwMode8723B()
H A Dhal_com_phycfg.c479 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
662 case CHANNEL_WIDTH_40: in get_bandwidth_idx()
H A Drtl8723b_hal_init.c2466 if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in BWMapping_8723B()
2467 if (pattrib->bwmode == CHANNEL_WIDTH_40) in BWMapping_8723B()
2485 if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in SCMapping_8723B()
2486 if (pattrib->bwmode == CHANNEL_WIDTH_40) { in SCMapping_8723B()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c491 max_rate = rtw_mcs_rate(psta->bw_mode == CHANNEL_WIDTH_40 ? 1 : 0, in rtw_get_cur_max_rate()
H A Drtw_mlme.c2310 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()
2345 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
H A Drtw_ap.c494 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
513 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
756 cur_bwmode = CHANNEL_WIDTH_40; in start_bss_network()
H A Drtw_wlan_util.c318 if (chnl_bw == CHANNEL_WIDTH_40) { in rtw_get_center_ch()
905 new_bwmode = CHANNEL_WIDTH_40; in bwmode_update_check()
1410 bit_offset = (bwmode & CHANNEL_WIDTH_40) ? 6 : 5; in support_short_GI()
H A Drtw_xmit.c341 case CHANNEL_WIDTH_40: in query_ra_short_GI()
H A Drtw_mlme_ext.c4717 if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_40)) in update_sta_info()
5385 pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; in join_cmd_hdl()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1960 case CHANNEL_WIDTH_40: in rtw_get_chan_type()