Home
last modified time | relevance | path

Searched refs:bandwidth_auto_switch (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c387 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()
388 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()
389 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_init_bandwidth_autoswitch()
390 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()
398 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()
400 if (!priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz) { in _rtl92e_dm_bandwidth_autoswitch()
402 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()
403 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; in _rtl92e_dm_bandwidth_autoswitch()
406 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()
407 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_bandwidth_autoswitch()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c375 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in dm_init_bandwidth_autoswitch()
376 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in dm_init_bandwidth_autoswitch()
377 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_init_bandwidth_autoswitch()
378 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; in dm_init_bandwidth_autoswitch()
386 …if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bauto… in dm_bandwidth_autoswitch()
388 …if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/… in dm_bandwidth_autoswitch()
389 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
390 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; in dm_bandwidth_autoswitch()
392 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
393 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_bandwidth_autoswitch()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c397 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in ieee80211_query_BandwidthMode()
H A Dieee80211.h1805 struct bandwidth_autoswitch bandwidth_auto_switch; member
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c387 !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in rtllib_query_BandwidthMode()
H A Drtllib.h1584 struct bandwidth_autoswitch bandwidth_auto_switch; member