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)
commitcb0c8da7c26ffbc361f70f4a343e4f82c0429669
treee2e50203c4a8d33de76f0cb6cc59c7f116a087e4
parent9d6a9b6f516e650630d94012cb7e898df5301189
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