Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Ddebugfs.c39 wiphy->retry_short)
Dwext-compat.c370 u8 oshort = wdev->wiphy->retry_short; in cfg80211_wext_siwretry()
381 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
384 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
395 wdev->wiphy->retry_short = oshort; in cfg80211_wext_siwretry()
416 retry->value = wdev->wiphy->retry_short; in cfg80211_wext_giwretry()
417 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
Dcore.c452 rdev->wiphy.retry_short = 7; in wiphy_new_nm()
Dnl80211.c1288 rdev->wiphy.retry_short) || in nl80211_send_wiphy()
2083 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
2234 retry_short = nla_get_u8( in nl80211_set_wiphy()
2236 if (retry_short == 0) in nl80211_set_wiphy()
2299 old_retry_short = rdev->wiphy.retry_short; in nl80211_set_wiphy()
2306 rdev->wiphy.retry_short = retry_short; in nl80211_set_wiphy()
2318 rdev->wiphy.retry_short = old_retry_short; in nl80211_set_wiphy()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dcfg.c93 wiphy->retry_short = priv->short_retry_limit; in orinoco_wiphy_register()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h98 u32 retry_short; member
Dcfg80211.c1214 && (cfg->conf->retry_short != wiphy->retry_short)) { in brcmf_cfg80211_set_wiphy_params()
1215 cfg->conf->retry_short = wiphy->retry_short; in brcmf_cfg80211_set_wiphy_params()
1216 err = brcmf_set_retry(ndev, cfg->conf->retry_short, false); in brcmf_cfg80211_set_wiphy_params()
5056 conf->retry_short = (u32)-1; in brcmf_init_conf()
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1086 wiphy->retry_short = RETRY_SHORT; in rsi_mac80211_attach()
/linux-4.1.27/net/mac80211/
Dmain.c581 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
Dcfg.c2128 if (wiphy->retry_short > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
2130 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dcore.c654 mac->retry_short = hw->conf.long_frame_max_tx_count; in rtl_op_config()
Dwifi.h1410 u8 retry_short; member
/linux-4.1.27/include/net/
Dcfg80211.h3159 u8 retry_short; member
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3590 wiphy->retry_short = (u8) retry; in mwifiex_register_cfg80211()