diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-05 19:12:05 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-08 15:28:38 +0200 |
commit | a194ffd4a89588bc75aeb9a27f59c36afd3d24bd (patch) | |
tree | 2e10f14cdd16f5d7a32ef0e01ec2fc9ea73439f5 /package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch | |
parent | 859d940c79e8cb1c66a3d0cccc18e9eac499415b (diff) | |
download | upstream-a194ffd4a89588bc75aeb9a27f59c36afd3d24bd.tar.gz upstream-a194ffd4a89588bc75aeb9a27f59c36afd3d24bd.tar.bz2 upstream-a194ffd4a89588bc75aeb9a27f59c36afd3d24bd.zip |
mac80211: fix packet loss on fq reordering
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 c40598dde6..aba065ee8e 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 -@@ -1317,6 +1317,7 @@ enum ieee80211_smps_mode { +@@ -1319,6 +1319,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 -@@ -1337,6 +1338,7 @@ enum ieee80211_smps_mode { +@@ -1339,6 +1340,7 @@ enum ieee80211_smps_mode { struct ieee80211_conf { u32 flags; int power_level, dynamic_ps_timeout; @@ -87,7 +87,7 @@ CFG80211_TESTMODE_CMD(ieee80211_testmode_cmd) --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h -@@ -1338,6 +1338,7 @@ struct ieee80211_local { +@@ -1340,6 +1340,7 @@ struct ieee80211_local { int dynamic_ps_forced_timeout; int user_power_level; /* in dBm, for all interfaces */ |