Searched refs:bandwidth_auto_switch (Results 1 – 3 of 3) sorted by relevance
378 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()
365 !ieee->bandwidth_auto_switch.forced_tx_20MHz) in rtllib_query_bandwidth_mode()
1373 struct bandwidth_autoswitch bandwidth_auto_switch; member