summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-15 15:03:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-15 15:03:48 +0000
commit82c5e2c497c69dca32a59090cddf5f298aa94e01 (patch)
treeeff71d008e97ad7d5ba575b07a01c5d046063e24 /package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch
parent56f6d357167e19e26455135e4c3778692aef0de2 (diff)
downloadmtk-20170518-82c5e2c497c69dca32a59090cddf5f298aa94e01.zip
mtk-20170518-82c5e2c497c69dca32a59090cddf5f298aa94e01.tar.gz
mtk-20170518-82c5e2c497c69dca32a59090cddf5f298aa94e01.tar.bz2
mac80211: update to wireless-testing 2016-01-10
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48247
Diffstat (limited to 'package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch')
-rw-r--r--package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch b/package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch
new file mode 100644
index 0000000..d9511c8
--- /dev/null
+++ b/package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch
@@ -0,0 +1,19 @@
+From: Felix Fietkau <nbd@openwrt.org>
+Date: Fri, 15 Jan 2016 15:59:45 +0100
+Subject: [PATCH] brcmfmac: add missing include
+
+linux/module.h is required for defining module parameters
+
+Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+---
+
+--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
++++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+@@ -17,6 +17,7 @@
+ #include <linux/kernel.h>
+ #include <linux/string.h>
+ #include <linux/netdevice.h>
++#include <linux/module.h>
+ #include <brcmu_wifi.h>
+ #include <brcmu_utils.h>
+ #include "core.h"