Home
last modified time | relevance | path

Searched refs:retry_short (Results 1 – 23 of 23) 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);
H A Dcore.c589 rdev->wiphy.retry_short = 7; in wiphy_new_nm()
H A Dnl80211.c2737 rdev->wiphy.retry_short) || in nl80211_send_wiphy()
3852 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
4044 retry_short = nla_get_u8( in nl80211_set_wiphy()
4145 old_retry_short = rdev->wiphy.retry_short; in nl80211_set_wiphy()
4160 rdev->wiphy.retry_short = retry_short; in nl80211_set_wiphy()
4183 rdev->wiphy.retry_short = old_retry_short; in nl80211_set_wiphy()
17374 tid_conf->retry_short = in parse_tid_conf()
17377 if (tid_conf->retry_short > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/linux/drivers/net/wireless/ath/wil6210/
H A Dmain.c1214 u8 retry_short; in wil_collect_fw_info() local
1219 rc = wmi_get_mgmt_retry(wil, &retry_short); in wil_collect_fw_info()
1221 wiphy->retry_short = retry_short; in wil_collect_fw_info()
1222 wil_dbg_misc(wil, "FW retry_short: %d\n", retry_short); in wil_collect_fw_info()
H A Dwmi.c2972 int wmi_set_mgmt_retry(struct wil6210_priv *wil, u8 retry_short) in wmi_set_mgmt_retry() argument
2977 .mgmt_retry_limit = retry_short, in wmi_set_mgmt_retry()
2986 wil_dbg_wmi(wil, "Setting mgmt retry short %d\n", retry_short); in wmi_set_mgmt_retry()
3007 int wmi_get_mgmt_retry(struct wil6210_priv *wil, u8 *retry_short) in wmi_get_mgmt_retry() argument
3028 if (retry_short) in wmi_get_mgmt_retry()
3029 *retry_short = reply.evt.mgmt_retry_limit; in wmi_get_mgmt_retry()
H A Dwil6210.h1276 int wmi_set_mgmt_retry(struct wil6210_priv *wil, u8 retry_short);
1277 int wmi_get_mgmt_retry(struct wil6210_priv *wil, u8 *retry_short);
H A Dcfg80211.c1424 rc = wmi_set_mgmt_retry(wil, wiphy->retry_short); in wil_cfg80211_set_wiphy_params()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h114 u32 retry_short; member
H A Dcfg80211.c1674 && (cfg->conf->retry_short != wiphy->retry_short)) { in brcmf_cfg80211_set_wiphy_params()
1675 cfg->conf->retry_short = wiphy->retry_short; in brcmf_cfg80211_set_wiphy_params()
1676 err = brcmf_set_retry(ndev, cfg->conf->retry_short, false); in brcmf_cfg80211_set_wiphy_params()
6770 conf->retry_short = (u32)-1; in brcmf_init_conf()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1079 u8 retry_short; member
H A Dcfg80211.c1137 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
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/microchip/wilc1000/
H A Dcfg80211.c814 wiphy->retry_short); in set_wiphy_params()
816 cfg_param_val.short_retry_limit = wiphy->retry_short; in set_wiphy_params()
/linux/net/mac80211/
H A Dmain.c956 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
H A Dcfg.c3338 if (wiphy->retry_short > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
3340 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2059 wiphy->retry_short = RETRY_SHORT; in rsi_mac80211_attach()
/linux/include/net/
H A Dcfg80211.h911 u8 retry_long, retry_short; member
6128 u8 retry_short; member
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c300 mac->retry_short = retry_limit; in rtl_op_add_interface()
H A Dwifi.h1506 u8 retry_short; member
H A Dpci.c1124 mac->retry_short = 7; in _rtl_pci_init_struct()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4915 wiphy->retry_short = (u8) retry; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c11746 rt2x00dev->hw->wiphy->retry_short = 2; in rt2800_probe_hw_mode()