diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 17:14:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 17:14:43 +0000 |
commit | 2e5125c3d6e4856a7bcdcef9b6698fdc3bd5659e (patch) | |
tree | 6c1a6298e993a71b9b199924243481a3f5bc8fa4 /package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch | |
parent | a80c80580c91272f05f0c7ee9960e9646ea64ed3 (diff) | |
download | upstream-2e5125c3d6e4856a7bcdcef9b6698fdc3bd5659e.tar.gz upstream-2e5125c3d6e4856a7bcdcef9b6698fdc3bd5659e.tar.bz2 upstream-2e5125c3d6e4856a7bcdcef9b6698fdc3bd5659e.zip |
mac80211: add some improvements to the software queueing code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44872
Diffstat (limited to 'package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch')
-rw-r--r-- | package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch b/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch index 9712d6e153..486b0719c8 100644 --- a/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch +++ b/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch @@ -18,7 +18,7 @@ const u8 *addr); --- a/include/net/mac80211.h +++ b/include/net/mac80211.h -@@ -1138,6 +1138,7 @@ enum ieee80211_smps_mode { +@@ -1166,6 +1166,7 @@ enum ieee80211_smps_mode { * * @power_level: requested transmit power (in dBm), backward compatibility * value only that is set to the minimum of all interfaces @@ -26,7 +26,7 @@ * * @chandef: the channel definition to tune to * @radar_enabled: whether radar detection is enabled -@@ -1159,6 +1160,7 @@ struct ieee80211_conf { +@@ -1187,6 +1188,7 @@ struct ieee80211_conf { u32 flags; int power_level, dynamic_ps_timeout; int max_sleep_period; @@ -87,7 +87,7 @@ CFG80211_TESTMODE_CMD(ieee80211_testmode_cmd) --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h -@@ -1330,6 +1330,7 @@ struct ieee80211_local { +@@ -1336,6 +1336,7 @@ struct ieee80211_local { int dynamic_ps_forced_timeout; int user_power_level; /* in dBm, for all interfaces */ |