Home
last modified time | relevance | path

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

/linux-2.6.39/net/wireless/
Ddebugfs.c45 wiphy->retry_short)
Dwext-compat.c374 u8 oshort = wdev->wiphy->retry_short; in cfg80211_wext_siwretry()
385 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
388 wdev->wiphy->retry_short = retry->value; in cfg80211_wext_siwretry()
399 wdev->wiphy->retry_short = oshort; in cfg80211_wext_siwretry()
421 retry->value = wdev->wiphy->retry_short; in cfg80211_wext_giwretry()
422 if (wdev->wiphy->retry_long != wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
Dnl80211.c581 dev->wiphy.retry_short); in nl80211_send_wiphy()
995 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
1145 retry_short = nla_get_u8( in nl80211_set_wiphy()
1147 if (retry_short == 0) { in nl80211_set_wiphy()
1205 old_retry_short = rdev->wiphy.retry_short; in nl80211_set_wiphy()
1212 rdev->wiphy.retry_short = retry_short; in nl80211_set_wiphy()
1224 rdev->wiphy.retry_short = old_retry_short; in nl80211_set_wiphy()
Dcore.c404 rdev->wiphy.retry_short = 7; in wiphy_new()
/linux-2.6.39/drivers/net/wireless/orinoco/
Dcfg.c92 wiphy->retry_short = priv->short_retry_limit; in orinoco_wiphy_register()
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
Dwl_cfg80211.h152 u32 retry_short; member
Dwl_cfg80211.c976 && (wl->conf->retry_short != wiphy->retry_short)) { in wl_cfg80211_set_wiphy_params()
977 wl->conf->retry_short = wiphy->retry_short; in wl_cfg80211_set_wiphy_params()
978 err = wl_set_retry(ndev, wl->conf->retry_short, false); in wl_cfg80211_set_wiphy_params()
2762 conf->retry_short = (u32)-1; in wl_init_conf()
/linux-2.6.39/net/mac80211/
Dmain.c616 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw()
Dcfg.c1421 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux-2.6.39/drivers/net/wireless/rtlwifi/
Dcore.c238 mac->retry_short = hw->conf.long_frame_max_tx_count; in rtl_op_config()
Dwifi.h952 u8 retry_short; member
/linux-2.6.39/include/net/
Dcfg80211.h1537 u8 retry_short; member