aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2020-12-17 22:22:22 +0100
committerFelix Fietkau <nbd@nbd.name>2021-02-14 19:41:07 +0100
commitb6066846adc62aa24dc9970683ad26e8f3f3b4c1 (patch)
tree175db199c26487438803b14176b6a68c68399b23 /package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch
parent8fc2cfea87349da5a873ca0da72080bb694d52ab (diff)
downloadupstream-b6066846adc62aa24dc9970683ad26e8f3f3b4c1.tar.gz
upstream-b6066846adc62aa24dc9970683ad26e8f3f3b4c1.tar.bz2
upstream-b6066846adc62aa24dc9970683ad26e8f3f3b4c1.zip
mac80211: add decapsulation offload support
On hardware that supports this, this will improve performance by passing 802.3 frames from the hardware to the stack Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch')
-rw-r--r--package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch b/package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch
index cd2a3b424f..48c70f8db2 100644
--- a/package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch
+++ b/package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch
@@ -18,7 +18,7 @@
const u8 *addr);
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
-@@ -1558,6 +1558,7 @@ enum ieee80211_smps_mode {
+@@ -1561,6 +1561,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
-@@ -1578,6 +1579,7 @@ enum ieee80211_smps_mode {
+@@ -1581,6 +1582,7 @@ enum ieee80211_smps_mode {
struct ieee80211_conf {
u32 flags;
int power_level, dynamic_ps_timeout;