summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-03 19:42:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-03 19:42:33 +0000
commit98cd35e477ff7e99d151edb456b5db61f5c5fddb (patch)
treebf4952e6278e9cd85adcb4c0988e4d6fca5095f9 /package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
parent16d291e2c9ef687bd1d2f58d347d3ee0dc7fcbe1 (diff)
downloadmtk-20170518-98cd35e477ff7e99d151edb456b5db61f5c5fddb.zip
mtk-20170518-98cd35e477ff7e99d151edb456b5db61f5c5fddb.tar.gz
mtk-20170518-98cd35e477ff7e99d151edb456b5db61f5c5fddb.tar.bz2
mac80211: update the software queue patch to the version accepted upstream
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45265
Diffstat (limited to 'package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch')
-rw-r--r--package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch b/package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
index 7a039d6..bd3050e 100644
--- a/package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
+++ b/package/kernel/mac80211/patches/310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
@@ -10,7 +10,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
-@@ -1162,7 +1162,7 @@ ieee80211_tx_prepare(struct ieee80211_su
+@@ -1161,7 +1161,7 @@ ieee80211_tx_prepare(struct ieee80211_su
tx->sdata->control_port_protocol == tx->skb->protocol) {
tx->sta = sta_info_get_bss(sdata, hdr->addr1);
}