From 7c7695ab41427e391a5026effebd42ae81567de3 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 SVN-Revision: 46305 --- .../acx-mac80211/patches/003-Fix-3.10-build.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch (limited to 'package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch') 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 deleted file mode 100644 index c737844..0000000 --- a/package/kernel/acx-mac80211/patches/003-Fix-3.10-build.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 1daf4bfdb072b08f3b4e412bbfa9645f88dc0a01 Mon Sep 17 00:00:00 2001 -From: Oliver Winker -Date: Tue, 3 Sep 2013 20:36:36 +0200 -Subject: [PATCH 3/3] Fix 3.10 build - -Signed-off-by: Reinhard Karcher -Signed-off-by: Oliver Winker ---- - main.c | 7 +++++++ - 1 file changed, 7 insertions(+) - ---- a/main.c -+++ b/main.c -@@ -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," -+#if CONFIG_ACX_MAC80211_VERSION >= KERNEL_VERSION(3, 10, 0) -+ "channel->hw_value=%i\n", conf->chandef.chan->hw_value); -+ -+ acx_set_channel(adev, conf->chandef.chan->hw_value, -+ conf->chandef.chan->center_freq); -+#else - "channel->hw_value=%i\n", conf->channel->hw_value); - - acx_set_channel(adev, conf->channel->hw_value, - conf->channel->center_freq); -+#endif - - changed_not_done &= ~IEEE80211_CONF_CHANGE_CHANNEL; - } -- cgit v1.1