Home
last modified time | relevance | path

Searched refs:retry_short (Results 1 – 10 of 10) sorted by relevance

/linux/net/wireless/
H A Dwext-compat.c336 u8 oshort = wdev->wiphy->retry_short; in cfg80211_wext_siwretry()
349 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
352 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
360 wdev->wiphy->retry_short = oshort; in cfg80211_wext_siwretry()
382 retry->value = wdev->wiphy->retry_short; in cfg80211_wext_giwretry()
383 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
H A Ddebugfs.c55 wiphy->retry_short); in ht_print_chan()
H A Dcore.c662 rdev->wiphy.retry_short = 7; in wiphy_new_nm()
H A Dnl80211.c2951 rdev->wiphy.retry_short) || in nl80211_send_wiphy()
4072 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
4264 retry_short = nla_get_u8( in nl80211_set_wiphy()
4365 old_retry_short = rdev->wiphy.retry_short; in nl80211_set_wiphy()
4380 rdev->wiphy.retry_short = retry_short; in nl80211_set_wiphy()
4403 rdev->wiphy.retry_short = old_retry_short; in nl80211_set_wiphy()
18203 tid_conf->retry_short = in parse_tid_conf()
18206 if (tid_conf->retry_short > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1079 u8 retry_short; member
H A Dcommands.c1244 mac_info->sretry_limit = resp_info->retry_short; in qtnf_cmd_resp_proc_mac_info()
1662 wiphy->retry_short); in qtnf_cmd_send_update_phy_params()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2074 wiphy->retry_short = RETRY_SHORT; in rsi_mac80211_attach()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c300 mac->retry_short = retry_limit; in rtl_op_add_interface()
/linux/net/mac80211/
H A Dcfg.c3483 if (wiphy->retry_short > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
3485 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4917 wiphy->retry_short = (u8) retry; in mwifiex_register_cfg80211()