aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-02-05 20:02:48 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-02-05 20:02:48 +0000
commitf0985524d1bb198dfe7e4061eed496769d8e3aca (patch)
tree86c5f2a40b95481cb22282c235582118a940e461 /package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
parentef7bc819611ecfba69d9c42e38adf499cd857815 (diff)
downloadupstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.tar.gz
upstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.tar.bz2
upstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.zip
acx-mac80211: fix build after recent mac80211 update and refresh patches
This was only build tested. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39482
Diffstat (limited to 'package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch')
-rw-r--r--package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch b/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
index a0636698c1..c73784465e 100644
--- a/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
+++ b/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
@@ -9,11 +9,9 @@ Signed-off-by: Oliver Winker <oliver@oli1170.net>
main.c | 7 +++++++
1 file changed, 7 insertions(+)
-diff --git a/main.c b/main.c
-index 3af6cd0..841592f 100644
--- a/main.c
+++ b/main.c
-@@ -682,10 +682,17 @@ int acx_op_config(struct ieee80211_hw *hw, u32 changed)
+@@ -682,10 +682,17 @@ int acx_op_config(struct ieee80211_hw *h
if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
logf1(L_DEBUG, "IEEE80211_CONF_CHANGE_CHANNEL,"
@@ -31,6 +29,3 @@ index 3af6cd0..841592f 100644
changed_not_done &= ~IEEE80211_CONF_CHANGE_CHANNEL;
}
---
-1.8.4.rc1
-