kernel: take bcm47xx_nvram.h from kernel and not backports
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 13 Nov 2015 23:51:31 +0000 (23:51 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 13 Nov 2015 23:51:31 +0000 (23:51 +0000)
commitce193954323b1cd1aa0ef3038f05a036666dd79e
tree7b5e5fb8c99cb21a9a0efe5f19fcf1e3e59d4e84
parentaa4420afad90f95850a565aede66ad13e56897e6
kernel: take bcm47xx_nvram.h from kernel and not backports

compat-wireless/backports now contains a bcm47xx_nvram.h file to
backport some of the functions in it which are used by the bcmfmac
driver. This file just checks for the kernel versions and provide an
empty implementations on older kernel versions. This is OK on most
systems, but on bcm47xx / bcm53xx systems we want to call the real
functions here. This commit removes the file from backports in our
build process like we do it with the bcma and ssb header files. Instead
we add a recent version into our kernel so all code uses only one
header file. On bcm47xx / bcm53xx the real implementations of this code
will be used.

Reported-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47467
package/kernel/mac80211/Makefile
target/linux/bcm53xx/files-4.1/include/linux/bcm47xx_nvram.h [deleted file]
target/linux/bcm53xx/patches-4.1/132-ARM-BCM5301X-Add-missing-Netgear-R8000-LEDs.patch
target/linux/bcm53xx/patches-4.1/186-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch
target/linux/brcm47xx/patches-4.1/031-08-mips-bcm47xx-allow-retrieval-of-complete-nvram-conte.patch
target/linux/generic/patches-3.18/030-backport_bcm47xx_nvram.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/030-backport_bcm47xx_nvram.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/133-MIPS-UAPI-Ignore-__arch_swab-16-32-64-when-using-MIP.patch
target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch