Home
last modified time | relevance | path

Searched refs:retry_long (Results 1 – 15 of 15) 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.c588 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
H A Dnl80211.c2683 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
3796 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
3995 retry_long = nla_get_u8( in nl80211_set_wiphy()
4090 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()
4106 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()
4128 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()
17263 tid_conf->retry_long = in parse_tid_conf()
17266 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h115 u32 retry_long; member
H A Dcfg80211.c1667 && (cfg->conf->retry_long != wiphy->retry_long)) { in brcmf_cfg80211_set_wiphy_params()
1668 cfg->conf->retry_long = wiphy->retry_long; in brcmf_cfg80211_set_wiphy_params()
1669 err = brcmf_set_retry(ndev, cfg->conf->retry_long, true); in brcmf_cfg80211_set_wiphy_params()
6771 conf->retry_long = (u32)-1; in brcmf_init_conf()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1080 u8 retry_long; member
H A Dcfg80211.c1138 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c1125 mac->retry_long = 7; in _rtl_pci_init_struct()
1727 &rtlmac->retry_long); in rtl_pci_start()
H A Dcore.c299 mac->retry_long = retry_limit; in rtl_op_add_interface()
/linux/net/mac80211/
H A Dmain.c955 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
H A Dcfg.c3330 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
3332 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2059 wiphy->retry_long = RETRY_LONG; in rsi_mac80211_attach()
/linux/include/net/
H A Dcfg80211.h875 u8 retry_long, retry_short; member
6051 u8 retry_long; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c770 bss_cfg->retry_limit = wiphy->retry_long; in mwifiex_cfg80211_set_wiphy_params()
4914 wiphy->retry_long = (u8) retry; in mwifiex_register_cfg80211()