From f6ae0c86e209837d0d1ed5cbeb6d109de6a38813 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 12 Jul 2015 11:57:04 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46305 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../acx-mac80211/patches/004-Fix-3.14-build.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch (limited to 'package/kernel/acx-mac80211/patches/004-Fix-3.14-build.patch') 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 -Date: Wed, 5 Feb 2014 20:57:07 +0100 -Subject: [PATCH] Fix 3.14 build - -Signed-off-by: Hauke Mehrtens ---- - 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 */ - -- cgit v1.2.3