Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c378 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()
379 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()
380 priv->rtllib->bandwidth_auto_switch.forced_tx_20MHz = false; in _rtl92e_dm_init_bandwidth_autoswitch()
381 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()
389 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()
391 if (!priv->rtllib->bandwidth_auto_switch.forced_tx_20MHz) { in _rtl92e_dm_bandwidth_autoswitch()
393 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()
394 priv->rtllib->bandwidth_auto_switch.forced_tx_20MHz = true; in _rtl92e_dm_bandwidth_autoswitch()
397 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()
398 priv->rtllib->bandwidth_auto_switch.forced_tx_20MHz = false; in _rtl92e_dm_bandwidth_autoswitch()
/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c365 !ieee->bandwidth_auto_switch.forced_tx_20MHz) in rtllib_query_bandwidth_mode()
H A Drtllib.h1373 struct bandwidth_autoswitch bandwidth_auto_switch; member