Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c446 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()
447 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()
448 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_init_bandwidth_autoswitch()
449 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()
457 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()
459 if (!priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz) { in _rtl92e_dm_bandwidth_autoswitch()
461 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()
462 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; in _rtl92e_dm_bandwidth_autoswitch()
465 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()
466 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_bandwidth_autoswitch()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c446 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()
447 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()
448 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_init_bandwidth_autoswitch()
449 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()
457 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()
459 if (!priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz) { in _rtl92e_dm_bandwidth_autoswitch()
461 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()
462 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; in _rtl92e_dm_bandwidth_autoswitch()
465 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()
466 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_bandwidth_autoswitch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c446 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in _rtl92e_dm_init_bandwidth_autoswitch()
447 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in _rtl92e_dm_init_bandwidth_autoswitch()
448 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_init_bandwidth_autoswitch()
449 priv->rtllib->bandwidth_auto_switch.bautoswitch_enable = false; in _rtl92e_dm_init_bandwidth_autoswitch()
457 !priv->rtllib->bandwidth_auto_switch.bautoswitch_enable) in _rtl92e_dm_bandwidth_autoswitch()
459 if (!priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz) { in _rtl92e_dm_bandwidth_autoswitch()
461 priv->rtllib->bandwidth_auto_switch.threshold_40Mhzto20Mhz) in _rtl92e_dm_bandwidth_autoswitch()
462 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = true; in _rtl92e_dm_bandwidth_autoswitch()
465 priv->rtllib->bandwidth_auto_switch.threshold_20Mhzto40Mhz) in _rtl92e_dm_bandwidth_autoswitch()
466 priv->rtllib->bandwidth_auto_switch.bforced_tx20Mhz = false; in _rtl92e_dm_bandwidth_autoswitch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr8192U_dm.c419 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in dm_init_bandwidth_autoswitch()
420 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in dm_init_bandwidth_autoswitch()
421 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_init_bandwidth_autoswitch()
422 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; in dm_init_bandwidth_autoswitch()
430 …if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bauto… in dm_bandwidth_autoswitch()
432 …if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/… in dm_bandwidth_autoswitch()
433 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
434 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; in dm_bandwidth_autoswitch()
436 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
437 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_bandwidth_autoswitch()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr8192U_dm.c419 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in dm_init_bandwidth_autoswitch()
420 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in dm_init_bandwidth_autoswitch()
421 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_init_bandwidth_autoswitch()
422 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; in dm_init_bandwidth_autoswitch()
430 …if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bauto… in dm_bandwidth_autoswitch()
432 …if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/… in dm_bandwidth_autoswitch()
433 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
434 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; in dm_bandwidth_autoswitch()
436 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
437 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_bandwidth_autoswitch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr8192U_dm.c419 priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz = BW_AUTO_SWITCH_LOW_HIGH; in dm_init_bandwidth_autoswitch()
420 priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz = BW_AUTO_SWITCH_HIGH_LOW; in dm_init_bandwidth_autoswitch()
421 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_init_bandwidth_autoswitch()
422 priv->ieee80211->bandwidth_auto_switch.bautoswitch_enable = false; in dm_init_bandwidth_autoswitch()
430 …if (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 || !priv->ieee80211->bandwidth_auto_switch.bauto… in dm_bandwidth_autoswitch()
432 …if (!priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz) { /* If send packets in 40 Mhz in 20/… in dm_bandwidth_autoswitch()
433 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
434 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = true; in dm_bandwidth_autoswitch()
436 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
437 priv->ieee80211->bandwidth_auto_switch.bforced_tx20Mhz = false; in dm_bandwidth_autoswitch()
/dports/multimedia/libv4l/linux-5.13-rc2/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.h1868 struct bandwidth_autoswitch bandwidth_auto_switch; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/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.h1868 struct bandwidth_autoswitch bandwidth_auto_switch; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/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.h1868 struct bandwidth_autoswitch bandwidth_auto_switch; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c390 !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in rtllib_query_BandwidthMode()
H A Drtllib.h1649 struct bandwidth_autoswitch bandwidth_auto_switch; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c390 !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in rtllib_query_BandwidthMode()
H A Drtllib.h1649 struct bandwidth_autoswitch bandwidth_auto_switch; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c390 !ieee->bandwidth_auto_switch.bforced_tx20Mhz) in rtllib_query_BandwidthMode()
H A Drtllib.h1649 struct bandwidth_autoswitch bandwidth_auto_switch; member