diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-15 15:03:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-15 15:03:48 +0000 |
commit | 82c5e2c497c69dca32a59090cddf5f298aa94e01 (patch) | |
tree | eff71d008e97ad7d5ba575b07a01c5d046063e24 /package/kernel/mac80211/patches/309-brcmfmac-add-missing-include.patch | |
parent | 56f6d357167e19e26455135e4c3778692aef0de2 (diff) | |
download | upstream-82c5e2c497c69dca32a59090cddf5f298aa94e01.tar.gz upstream-82c5e2c497c69dca32a59090cddf5f298aa94e01.tar.bz2 upstream-82c5e2c497c69dca32a59090cddf5f298aa94e01.zip |
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.patch | 19 |
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 0000000000..d9511c8d5f --- /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" |