aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-13 18:26:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-13 18:26:27 +0000
commit5957dfadb77bf1ec11c926c08cbc088e4d1a4c1d (patch)
tree8342d722185e299ad9611dc9c3f90f0e5fcd2153 /package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
parent9f4414f7895491176ae7f82b88f01cbb4cbf1b7a (diff)
downloadupstream-5957dfadb77bf1ec11c926c08cbc088e4d1a4c1d.tar.gz
upstream-5957dfadb77bf1ec11c926c08cbc088e4d1a4c1d.tar.bz2
upstream-5957dfadb77bf1ec11c926c08cbc088e4d1a4c1d.zip
ath9k: fix crashes when using shared IRQs
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r43239 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch')
-rw-r--r--package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch b/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
index ce752f147a..7821f6b5a0 100644
--- a/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
+++ b/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -655,6 +655,7 @@ static const struct ieee80211_iface_limi
+@@ -659,6 +659,7 @@ static const struct ieee80211_iface_limi
BIT(NL80211_IFTYPE_AP) },
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
BIT(NL80211_IFTYPE_P2P_GO) },