summaryrefslogtreecommitdiff
path: root/package/kernel/acx-mac80211
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-02-08 11:30:20 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-02-08 11:30:20 +0000
commit06689aa5ed67914cfaa47a8d44ff3021548fb8e7 (patch)
tree5ea6b4f923946cbf2fc245c0885fe1868e45777b /package/kernel/acx-mac80211
parentda3053f25a3181489930aea2e9bcf4efa8318a01 (diff)
downloadmtk-20170518-06689aa5ed67914cfaa47a8d44ff3021548fb8e7.zip
mtk-20170518-06689aa5ed67914cfaa47a8d44ff3021548fb8e7.tar.gz
mtk-20170518-06689aa5ed67914cfaa47a8d44ff3021548fb8e7.tar.bz2
acx-mac80211: really fix the build
The fix in r39482 was wrong. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39528
Diffstat (limited to 'package/kernel/acx-mac80211')
-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 2eadb8f..847b573 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