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.c335 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()
346 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
353 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
361 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()
383 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
391 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
H A Ddebugfs.c57 wiphy->retry_long); in ht_print_chan()
H A Dcore.c663 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
H A Dnl80211.c2953 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
4072 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
4271 retry_long = nla_get_u8( in nl80211_set_wiphy()
4366 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()
4382 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()
4404 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()
18212 tid_conf->retry_long = in parse_tid_conf()
18215 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/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.c770 bss_cfg->retry_limit = wiphy->retry_long; in mwifiex_cfg80211_set_wiphy_params()
4920 wiphy->retry_long = (u8) retry; in mwifiex_register_cfg80211()
/linux/net/mac80211/
H A Dcfg.c3488 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
3490 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()