aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
commitfd8e9f4401c43bf19c7917146053c70e0efaf56d (patch)
tree59d71cc2e8069b675968fec6b95d2849885b7cdd /package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch
parent03fde8dd1049f9c331f8dad6ebe622e4f6bcfbd2 (diff)
downloadmaster-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.gz
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.bz2
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39482 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
-