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-15 21:17:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-15 21:17:21 +0000
commit3f23afe354d3457f13ff8d0a0ca5f3ca99d0c7fd (patch)
tree4fe09e37893739910dacfc548cd072862fab7bce /package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
parent5957dfadb77bf1ec11c926c08cbc088e4d1a4c1d (diff)
downloadupstream-3f23afe354d3457f13ff8d0a0ca5f3ca99d0c7fd.tar.gz
upstream-3f23afe354d3457f13ff8d0a0ca5f3ca99d0c7fd.tar.bz2
upstream-3f23afe354d3457f13ff8d0a0ca5f3ca99d0c7fd.zip
Revert "ath9k: fix crashes when using shared IRQs"
This backport seems to be incomplete and causing some IRQ related issues. This reverts commit r43240 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43276 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 7821f6b5a0..ce752f147a 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
-@@ -659,6 +659,7 @@ static const struct ieee80211_iface_limi
+@@ -655,6 +655,7 @@ static const struct ieee80211_iface_limi
BIT(NL80211_IFTYPE_AP) },
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
BIT(NL80211_IFTYPE_P2P_GO) },