aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-12 11:57:04 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-12 11:57:04 +0000
commitf6ae0c86e209837d0d1ed5cbeb6d109de6a38813 (patch)
treeee02046dabe943cbe4c043dea02ee7d773ed9d4e /package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
parentb128a503d7c718abd675c02bf5fa0244cd98d10d (diff)
downloadmaster-187ad058-f6ae0c86e209837d0d1ed5cbeb6d109de6a38813.tar.gz
master-187ad058-f6ae0c86e209837d0d1ed5cbeb6d109de6a38813.tar.bz2
master-187ad058-f6ae0c86e209837d0d1ed5cbeb6d109de6a38813.zip
acx-mac80211: make it compile again against new compat-wireless
Update to "latest" HEAD and update it to match latest API changes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch')
-rw-r--r--package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 847b573159..0000000000
--- a/package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d17fcac710e629463591f6bd09d76b66ec591583 Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Wed, 5 Feb 2014 20:57:07 +0100
-Subject: [PATCH] Fix 3.14 build
-
-Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
----
- main.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/main.c
-+++ b/main.c
-@@ -500,7 +500,9 @@ int acx_init_ieee80211(acx_device_t *ade
- hw->flags &= ~IEEE80211_HW_RX_INCLUDES_FCS;
- hw->queues = 1;
- hw->wiphy->max_scan_ssids = 1;
-+#if CONFIG_ACX_MAC80211_VERSION < KERNEL_VERSION(3, 14, 0)
- hw->channel_change_time = 10000;
-+#endif
-
- /* OW TODO Check if RTS/CTS threshold can be included here */
-