Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/hal/
Drtl8723a_phycfg.c944 switch (pHalData->CurrentChannelBW) { in _PHY_SetBWMode23a92C()
964 switch (pHalData->CurrentChannelBW) { in _PHY_SetBWMode23a92C()
1030 rtl8723a_phy_rf6052set_bw(Adapter, pHalData->CurrentChannelBW); in _PHY_SetBWMode23a92C()
1064 enum ht_channel_width tmpBW = pHalData->CurrentChannelBW; in PHY_SetBWMode23a8723A()
1066 pHalData->CurrentChannelBW = Bandwidth; in PHY_SetBWMode23a8723A()
1073 pHalData->CurrentChannelBW = tmpBW; in PHY_SetBWMode23a8723A()
Drtl8723a_rf6052.c220 if (pHalData->CurrentChannelBW == HT_CHANNEL_WIDTH_20) { in getPowerBase()
265 if (pHalData->CurrentChannelBW == HT_CHANNEL_WIDTH_20) in getTxPowerWriteValByRegulatory()
283 if (pHalData->CurrentChannelBW == HT_CHANNEL_WIDTH_40) { in getTxPowerWriteValByRegulatory()
Dodm.c450 if (pHalData->CurrentChannelBW == HT_CHANNEL_WIDTH_40) { in odm_CommonInfoSelfUpdate()
1115 if (pHalData->CurrentChannelBW == in ODM_Get_Rate_Bitmap23a()
1127 if (pHalData->CurrentChannelBW == in ODM_Get_Rate_Bitmap23a()
/drivers/staging/rtl8188eu/hal/
Drf.c149 if (hal_data->CurrentChannelBW == HT_CHANNEL_WIDTH_20) in getpowerbase88e()
212 else if (hal_data->CurrentChannelBW == HT_CHANNEL_WIDTH_20) in get_rx_power_val_by_reg()
215 if (hal_data->CurrentChannelBW == HT_CHANNEL_WIDTH_40) in get_rx_power_val_by_reg()
Dphy.c267 switch (hal_data->CurrentChannelBW) { in phy_set_bw_mode_callback()
284 switch (hal_data->CurrentChannelBW) { in phy_set_bw_mode_callback()
317 rtl88eu_phy_rf6052_set_bandwidth(adapt, hal_data->CurrentChannelBW); in phy_set_bw_mode_callback()
328 enum ht_channel_width tmp_bw = hal_data->CurrentChannelBW; in phy_set_bw_mode()
330 hal_data->CurrentChannelBW = bandwidth; in phy_set_bw_mode()
336 hal_data->CurrentChannelBW = tmp_bw; in phy_set_bw_mode()
Drtl8188e_dm.c126 ODM_CmnInfoHook(dm_odm, ODM_CMNINFO_BW, &(hal_data->CurrentChannelBW)); in Update_ODM_ComInfo_88E()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c1073 switch (priv->CurrentChannelBW) { in CCK_Tx_Power_Track_BW_Switch_TSSI()
1144 switch (priv->CurrentChannelBW) { in CCK_Tx_Power_Track_BW_Switch_ThermalMeter()
1181 "bandwidth\n", priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 ? in rtl8192_SetBWModeWorkItem()
1195 switch (priv->CurrentChannelBW) { in rtl8192_SetBWModeWorkItem()
1208 "Bandwidth: %#X\n", priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1212 switch (priv->CurrentChannelBW) { in rtl8192_SetBWModeWorkItem()
1249 "Bandwidth: %#X\n", priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1259 PHY_SetRF8256Bandwidth(dev, priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1291 priv->CurrentChannelBW = Bandwidth; in rtl8192_SetBWMode()
Drtl_dm.c294 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) { in dm_check_rate_adaptive()
306 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()
310 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()
314 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()
380 if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || in dm_bandwidth_autoswitch()
679 if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20) in dm_TXPowerTrackingCallback_TSSI()
799 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_TXPowerTrackingCallback_ThermalMeter()
1858 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1896 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1925 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_highpwr()
[all …]
Dr8192E_dev.c1218 if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20_40) { in rtl8192_tx_fill_desc()
2305 && (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) && in rtl8192_HalRxCheckStuck()
2307 || ((priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20) && in rtl8192_HalRxCheckStuck()
2313 } else if ((((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) && in rtl8192_HalRxCheckStuck()
2315 ((priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20) && in rtl8192_HalRxCheckStuck()
Drtl_core.h572 enum ht_channel_width CurrentChannelBW; member
/drivers/staging/rtl8192u/
Dr819xU_phy.c1528 priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20?"20MHz":"40MHz"); in rtl8192_SetBWModeWorkItem()
1539 switch (priv->CurrentChannelBW) { in rtl8192_SetBWModeWorkItem()
1555 priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1560 switch (priv->CurrentChannelBW) { in rtl8192_SetBWModeWorkItem()
1625 priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1636 PHY_SetRF8225Bandwidth(Adapter, pHalData->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1641 PHY_SetRF8256Bandwidth(dev, priv->CurrentChannelBW); in rtl8192_SetBWModeWorkItem()
1679 priv->CurrentChannelBW = bandwidth; in rtl8192_SetBWMode()
Dr8192U_dm.c353 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_check_rate_adaptive()
374 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20)? in dm_check_rate_adaptive()
380 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20)? in dm_check_rate_adaptive()
386 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20)? in dm_check_rate_adaptive()
481 …if(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 ||!priv->ieee80211->bandwidth_auto_switch.bautosw… in dm_bandwidth_autoswitch()
686 if(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20) in dm_TXPowerTrackingCallback_TSSI()
812 if(priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) //40M in dm_TXPowerTrackingCallback_ThermalMeter()
2076 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
2143 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
2218 if (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) in dm_ctrl_initgain_byrssi_highpwr()
[all …]
Dr8192U_core.c1552 if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20_40) { in rtl8192_tx()
2927 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptive… in HalRxCheckStuck819xUsb()
2928 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveT… in HalRxCheckStuck819xUsb()
2933 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < Ra… in HalRxCheckStuck819xUsb()
2934 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH… in HalRxCheckStuck819xUsb()
Dr8192U.h1024 HT_CHANNEL_WIDTH CurrentChannelBW; member
/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h219 enum ht_channel_width CurrentChannelBW; member
/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h266 enum ht_channel_width CurrentChannelBW; member