Home
last modified time | relevance | path

Searched refs:retry_long (Results 1 – 11 of 11) sorted by relevance

/linux/net/wireless/
H A Dwext-compat.c336 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()
347 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
354 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
362 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()
384 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
392 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
H A Ddebugfs.c57 wiphy->retry_long); in ht_print_chan()
H A Dcore.c688 rdev->wiphy.retry_long = 4; in wiphy_verify_iface_combinations()
H A Dnl80211.c3092 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
4250 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy()
4449 retry_long = nla_get_u8( in nl80211_send_chandef()
4544 old_retry_long = rdev->wiphy.retry_long; in nl80211_send_iface()
4560 rdev->wiphy.retry_long = retry_long; in nl80211_send_iface()
4582 rdev->wiphy.retry_long = old_retry_long; in nl80211_send_iface()
18597 tid_conf->retry_long = in nl80211_add_mod_link_station()
18600 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in nl80211_add_mod_link_station()
4072 u8 retry_short = 0, retry_long = 0; nl80211_set_wiphy() local
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3233 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config()
3238 arg.retry_count = arvif->retry_long[i]; in ath10k_new_peer_tid_config()
3263 arsta->retry_long[i] = -1; in ath10k_new_peer_tid_config()
7110 if ((arsta->retry_long[arg->tid] > 0 || in ath10k_mac_set_tid_config()
7156 arsta->retry_long[arg->tid] = arg->retry_count; in ath10k_mac_set_tid_config()
7178 if ((arvif->retry_long[arg->tid] || in ath10k_mac_set_tid_config()
7195 arvif->retry_long[arg->tid] = arg->retry_count; in ath10k_mac_set_tid_config()
7267 arg->retry_count = tid_conf->retry_long; in ath10k_mac_parse_tid_config()
7338 arsta->retry_long[i] = -1; in ath10k_mac_reset_tid_config()
7345 arvif->retry_long[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1080 u8 retry_long; member
H A Dcommands.c1245 mac_info->lretry_limit = resp_info->retry_long; in qtnf_cmd_resp_proc_mac_info()
1658 wiphy->retry_long); in qtnf_cmd_send_update_phy_params()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2075 wiphy->retry_long = RETRY_LONG; in rsi_mac80211_attach()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c299 mac->retry_long = retry_limit; in rtl_op_add_interface()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c771 bss_cfg->retry_limit = wiphy->retry_long; in mwifiex_cfg80211_set_wiphy_params()
4921 wiphy->retry_long = (u8) retry; in mwifiex_register_cfg80211()
/linux/net/mac80211/
H A Dcfg.c3687 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_testmode_cmd()
3689 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_testmode_cmd()