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

/net/wireless/
H A Dnl80211.c1272 rdev->wiphy.retry_short) ||
2057 u8 retry_short = 0, retry_long = 0; local
2208 retry_short = nla_get_u8(
2210 if (retry_short == 0)
2273 old_retry_short = rdev->wiphy.retry_short;
2280 rdev->wiphy.retry_short = retry_short;
2292 rdev->wiphy.retry_short = old_retry_short;

Completed in 24 milliseconds