summaryrefslogtreecommitdiff
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-10-04 21:39:22 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-10-04 21:39:22 +0000
commit8e6ea0d1b7a66631f71cfde899b2114b9e1c952a (patch)
tree045ff6c8da3425ba15528e3e73e36d918e5d1adf /package/acx-mac80211/Makefile
parentbefb648642e07848943788c5f67808309b0106ef (diff)
downloadmtk-20170518-8e6ea0d1b7a66631f71cfde899b2114b9e1c952a.zip
mtk-20170518-8e6ea0d1b7a66631f71cfde899b2114b9e1c952a.tar.gz
mtk-20170518-8e6ea0d1b7a66631f71cfde899b2114b9e1c952a.tar.bz2
acx-mac80211: adapt interface changes in mac80211
The prototype of conf_tx and tx in struct ieee80211_ops changed some time ago and was not compatible with the prototype assumes by acs-mac80211. At least I do not see any compile warnings about this any more. SVN-Revision: 33624
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r--package/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 1907c16..40b3ce5 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -180,7 +180,7 @@ define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
$(PKG_EXTRA_KCONFIG) \
- EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(2,6,37)\"" \
+ EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,7,0)\"" \
LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \
-Iarch/$(LINUX_KARCH)/include \
-include $(LINUX_AUTOCONF_FILE) \