Home
last modified time | relevance | path

Searched refs:retry_long (Results 1 – 6 of 6) sorted by relevance

/net/wireless/
Dwext-compat.c336 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()
345 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
352 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
360 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()
381 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
389 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
Ddebugfs.c38 wiphy->retry_long);
Dcore.c532 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
Dnl80211.c1932 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
2865 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
3026 retry_long = nla_get_u8( in nl80211_set_wiphy()
3109 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()
3120 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()
3137 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()
/net/mac80211/
Dmain.c633 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
Dcfg.c2464 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
2466 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()