bandwidth_auto_switch 446 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; bandwidth_auto_switch 447 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; bandwidth_auto_switch 448 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; bandwidth_auto_switch 449 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; bandwidth_auto_switch 457 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) bandwidth_auto_switch 459 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c if (priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz == false) { bandwidth_auto_switch 461 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) bandwidth_auto_switch 462 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; bandwidth_auto_switch 465 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) bandwidth_auto_switch 466 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; bandwidth_auto_switch 1649 drivers/staging/rtl8192e/rtllib.h struct bandwidth_autoswitch bandwidth_auto_switch; bandwidth_auto_switch 390 drivers/staging/rtl8192e/rtllib_tx.c !ieee->bandwidth_auto_switch.bforced_tx20Mhz) bandwidth_auto_switch 1868 drivers/staging/rtl8192u/ieee80211/ieee80211.h struct bandwidth_autoswitch bandwidth_auto_switch; bandwidth_auto_switch 398 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c if (pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && !ieee->bandwidth_auto_switch.bforced_tx20Mhz) bandwidth_auto_switch 418 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; bandwidth_auto_switch 419 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; bandwidth_auto_switch 420 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; bandwidth_auto_switch 421 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; bandwidth_auto_switch 429 drivers/staging/rtl8192u/r8192U_dm.c if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable) bandwidth_auto_switch 431 drivers/staging/rtl8192u/r8192U_dm.c if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/40 */ bandwidth_auto_switch 432 drivers/staging/rtl8192u/r8192U_dm.c if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz) bandwidth_auto_switch 433 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; bandwidth_auto_switch 435 drivers/staging/rtl8192u/r8192U_dm.c if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz) bandwidth_auto_switch 436 drivers/staging/rtl8192u/r8192U_dm.c priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false;