Home
last modified time | relevance | path

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

/linux-4.4.14/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.c456 rdev->wiphy.retry_short = 7; in wiphy_new_nm()
Dnl80211.c1295 rdev->wiphy.retry_short) || in nl80211_send_wiphy()
2097 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
2248 retry_short = nla_get_u8( in nl80211_set_wiphy()
2250 if (retry_short == 0) in nl80211_set_wiphy()
2313 old_retry_short = rdev->wiphy.retry_short; in nl80211_set_wiphy()
2320 rdev->wiphy.retry_short = retry_short; in nl80211_set_wiphy()
2332 rdev->wiphy.retry_short = old_retry_short; in nl80211_set_wiphy()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dcfg.c93 wiphy->retry_short = priv->short_retry_limit; in orinoco_wiphy_register()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h98 u32 retry_short; member
Dcfg80211.c1221 && (cfg->conf->retry_short != wiphy->retry_short)) { in brcmf_cfg80211_set_wiphy_params()
1222 cfg->conf->retry_short = wiphy->retry_short; in brcmf_cfg80211_set_wiphy_params()
1223 err = brcmf_set_retry(ndev, cfg->conf->retry_short, false); in brcmf_cfg80211_set_wiphy_params()
5145 conf->retry_short = (u32)-1; in brcmf_init_conf()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1087 wiphy->retry_short = RETRY_SHORT; in rsi_mac80211_attach()
/linux-4.4.14/net/mac80211/
Dmain.c576 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
Dcfg.c2113 if (wiphy->retry_short > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
2115 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1638 priv->dev->ieee80211_ptr->wiphy->retry_short); in set_wiphy_params()
1640 pstrCfgParamVal.short_retry_limit = priv->dev->ieee80211_ptr->wiphy->retry_short; in set_wiphy_params()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c654 mac->retry_short = hw->conf.long_frame_max_tx_count; in rtl_op_config()
Dwifi.h1429 u8 retry_short; member
/linux-4.4.14/include/net/
Dcfg80211.h3221 u8 retry_short; member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c3880 wiphy->retry_short = (u8) retry; in mwifiex_register_cfg80211()