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

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c367 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH;
368 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW;
369 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false;
370 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false;
378 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) {
381 if (priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz == false) {
383 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz)
384 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true;
387 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz)
388 priv->rtllib->bandwidth_auto_switch
[all...]
/drivers/staging/rtl8192u/
H A Dr8192U_dm.c512 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH;
513 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW;
514 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false;
515 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false;
524 if(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 ||!priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable){
527 if(priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz == false){//If send packets in 40 Mhz in 20/40
528 if(priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz)
529 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true;
531 if(priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz)
532 priv->ieee80211->bandwidth_auto_switch
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c430 if(pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && !ieee->bandwidth_auto_switch.bforced_tx20Mhz)
H A Dieee80211.h2068 bandwidth_autoswitch bandwidth_auto_switch; member in struct:ieee80211_device
/drivers/staging/rtl8192e/
H A Drtllib_tx.c409 !ieee->bandwidth_auto_switch.bforced_tx20Mhz)
H A Drtllib.h2341 struct bandwidth_autoswitch bandwidth_auto_switch; member in struct:rtllib_device

Completed in 237 milliseconds