Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_rf.h103 CHANNEL_WIDTH_40 = 1, enumerator
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_rf6052.c70 case CHANNEL_WIDTH_40: in PHY_RF6052SetBandwidth8723B()
Drtl8723b_phycfg.c749 case CHANNEL_WIDTH_40: in phy_SetRegBW_8723B()
810 } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in phy_GetSecondaryChnl_8723B()
862 case CHANNEL_WIDTH_40: in phy_PostSetBwMode8723B()
Drtl8723b_hal_init.c2890 else if (pattrib->bwmode == CHANNEL_WIDTH_40) in BWMapping_8723B()
2894 } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in BWMapping_8723B()
2895 if ((pattrib->bwmode == CHANNEL_WIDTH_40) || (pattrib->bwmode == CHANNEL_WIDTH_80)) in BWMapping_8723B()
2918 } else if (pattrib->bwmode == CHANNEL_WIDTH_40) { in SCMapping_8723B()
2937 } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { in SCMapping_8723B()
2940 if (pattrib->bwmode == CHANNEL_WIDTH_40) { in SCMapping_8723B()
Dhal_com_phycfg.c1090 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
1148 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
1620 case CHANNEL_WIDTH_40: in get_bandwidth_idx()
Dhal_btcoex.c498 else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) in halbtcoutsrc_Get()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2749 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
2750 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2753 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2762 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2783 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2824 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()
2965 if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) in rtw_update_ht_cap()
Drtw_wlan_util.c396 } else if (chnl_bw == CHANNEL_WIDTH_40) { in rtw_get_center_ch()
1015 new_bwmode = CHANNEL_WIDTH_40; in bwmode_update_check()
1127 if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) in HT_caps_handler()
1595 bit_offset = (bwmode & CHANNEL_WIDTH_40) ? 6 : 5; in support_short_GI()
Drtw_ioctl_set.c669 ((psta->bw_mode == CHANNEL_WIDTH_40)?1:0), in rtw_get_cur_max_rate()
Drtw_ap.c634 psta->bw_mode = CHANNEL_WIDTH_40; in update_sta_info_apmode()
655 if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ in update_sta_info_apmode()
943 cur_bwmode = CHANNEL_WIDTH_40; in start_bss_network()
Drtw_xmit.c356 case CHANNEL_WIDTH_40: in query_ra_short_GI()
Drtw_mlme_ext.c5372 if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_40)) in update_sta_info()
6265 pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; in join_cmd_hdl()