summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:48:13 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:48:13 +0200
commitf5638170e1137e28ee138e4b66ce5d310e2a21f4 (patch)
tree329789bf1377a61ad22e125458ef31a08bcbe5fe /package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
parent6d7429bf56cc52161ce1932cc13d0594265b4abf (diff)
downloadmtk-20170518-f5638170e1137e28ee138e4b66ce5d310e2a21f4.zip
mtk-20170518-f5638170e1137e28ee138e4b66ce5d310e2a21f4.tar.gz
mtk-20170518-f5638170e1137e28ee138e4b66ce5d310e2a21f4.tar.bz2
target/linux/mac80211: add Felix Fietkau 2014-09 pending work
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.patch4
1 files changed, 2 insertions, 2 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 2109d2e..a61cea0 100644
--- a/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
+++ b/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
@@ -57,7 +57,7 @@
__NL80211_ATTR_AFTER_LAST,
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
-@@ -2094,6 +2094,19 @@ static int ieee80211_get_tx_power(struct
+@@ -2093,6 +2093,19 @@ static int ieee80211_get_tx_power(struct
return 0;
}
@@ -77,7 +77,7 @@
static int ieee80211_set_wds_peer(struct wiphy *wiphy, struct net_device *dev,
const u8 *addr)
{
-@@ -3517,6 +3530,7 @@ const struct cfg80211_ops mac80211_confi
+@@ -3516,6 +3529,7 @@ const struct cfg80211_ops mac80211_confi
.set_wiphy_params = ieee80211_set_wiphy_params,
.set_tx_power = ieee80211_set_tx_power,
.get_tx_power = ieee80211_get_tx_power,