Home
last modified time | relevance | path

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

/net/wireless/
Dwext-compat.c335 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()
344 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
351 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
359 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()
380 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
388 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
Ddebugfs.c38 wiphy->retry_long);
Dcore.c534 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
Dnl80211.c2148 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
3117 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
3278 retry_long = nla_get_u8( in nl80211_set_wiphy()
3361 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()
3372 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()
3389 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()
14491 tid_conf->retry_long = in parse_tid_conf()
14494 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/net/mac80211/
Dmain.c659 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
Dcfg.c2610 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
2612 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()