Searched refs:retry_long (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Ddebugfs.c46 wiphy->retry_long);
H A Dwext-compat.c370 u8 olong = wdev->wiphy->retry_long;
379 wdev->wiphy->retry_long = retry->value;
386 wdev->wiphy->retry_long = retry->value;
397 wdev->wiphy->retry_long = olong;
419 if (wdev->wiphy->retry_long != wdev->wiphy->retry_short)
427 retry->value = wdev->wiphy->retry_long;
H A Dnl80211.c454 dev->wiphy.retry_long);
784 u8 retry_short = 0, retry_long = 0; local
914 retry_long = nla_get_u8(
916 if (retry_long == 0) {
965 old_retry_long = rdev->wiphy.retry_long;
973 rdev->wiphy.retry_long = retry_long;
984 rdev->wiphy.retry_long = old_retry_long;
H A Dcore.c398 rdev->wiphy.retry_long = 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dcfg.c93 wiphy->retry_long = priv->long_retry_limit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmain.c434 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long;
H A Dcfg.c1311 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h865 * @WIPHY_PARAM_RETRY_LONG: wiphy->retry_long has changed
1251 * @retry_long: Retry limit for long frames (dot11LongRetryLimit)
1316 u8 retry_long; member in struct:wiphy

Completed in 88 milliseconds