Searched refs:retry_short (Results 1 - 6 of 6) sorted by relevance

/net/wireless/
H A Ddebugfs.c39 wiphy->retry_short)
H A Dwext-compat.c375 u8 oshort = wdev->wiphy->retry_short;
386 wdev->wiphy->retry_short = retry->value;
389 wdev->wiphy->retry_short = retry->value;
400 wdev->wiphy->retry_short = oshort;
421 retry->value = wdev->wiphy->retry_short;
422 if (wdev->wiphy->retry_long != wdev->wiphy->retry_short)
H A Dcore.c398 rdev->wiphy.retry_short = 7;
H A Dnl80211.c1200 dev->wiphy.retry_short) ||
1912 u8 retry_short = 0, retry_long = 0; local
2082 retry_short = nla_get_u8(
2084 if (retry_short == 0) {
2142 old_retry_short = rdev->wiphy.retry_short;
2149 rdev->wiphy.retry_short = retry_short;
2161 rdev->wiphy.retry_short = old_retry_short;
/net/mac80211/
H A Dmain.c589 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short;
H A Dcfg.c2186 if (wiphy->retry_short > IEEE80211_MAX_TX_RETRY)
2188 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short;

Completed in 95 milliseconds