Searched refs:bandwidth_auto_switch (Results 1 – 6 of 6) sorted by relevance
454 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()455 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()456 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_init_bandwidth_autoswitch()457 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()465 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()467 if (priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz == false) { in _rtl92e_dm_bandwidth_autoswitch()469 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()470 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; in _rtl92e_dm_bandwidth_autoswitch()473 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()474 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_bandwidth_autoswitch()
433 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in dm_init_bandwidth_autoswitch()434 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in dm_init_bandwidth_autoswitch()435 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_init_bandwidth_autoswitch()436 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; in dm_init_bandwidth_autoswitch()444 …if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bauto… in dm_bandwidth_autoswitch()446 …if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/… in dm_bandwidth_autoswitch()447 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()448 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; in dm_bandwidth_autoswitch()450 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()451 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_bandwidth_autoswitch()
433 if(pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in ieee80211_query_BandwidthMode()
1872 bandwidth_autoswitch bandwidth_auto_switch; member
406 !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in rtllib_query_BandwidthMode()
1704 struct bandwidth_autoswitch bandwidth_auto_switch; member