aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-08 11:30:20 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-08 11:30:20 +0000
commit8c2f74cb0ac9bd1ccadf421cb7f62e1acecf0e1b (patch)
tree938821b577ee174f9c5c2798b87ed00f5b43aae3 /package/kernel/acx-mac80211/patches
parentf8b48a828383bab4eda018da2e96970e485231fe (diff)
downloadmaster-187ad058-8c2f74cb0ac9bd1ccadf421cb7f62e1acecf0e1b.tar.gz
master-187ad058-8c2f74cb0ac9bd1ccadf421cb7f62e1acecf0e1b.tar.bz2
master-187ad058-8c2f74cb0ac9bd1ccadf421cb7f62e1acecf0e1b.zip
acx-mac80211: really fix the build
The fix in r39482 was wrong. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/acx-mac80211/patches')
-rw-r--r--package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch b/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
index 2eadb8f74c..847b573159 100644
--- a/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
+++ b/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
@@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
hw->flags &= ~IEEE80211_HW_RX_INCLUDES_FCS;
hw->queues = 1;
hw->wiphy->max_scan_ssids = 1;
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 14, 0)
++#if CONFIG_ACX_MAC80211_VERSION < KERNEL_VERSION(3, 14, 0)
hw->channel_change_time = 10000;
+#endif