diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-16 20:28:08 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-16 20:28:08 +0000 |
commit | f857ae864a8472e2e0ad536186705e3408899644 (patch) | |
tree | 97496be729601946cd88c6a3946a92939f6c9464 /package/kernel | |
parent | 1ecb74024b66cd643549372f48ce828348ca5ba1 (diff) | |
download | mtk-20170518-f857ae864a8472e2e0ad536186705e3408899644.zip mtk-20170518-f857ae864a8472e2e0ad536186705e3408899644.tar.gz mtk-20170518-f857ae864a8472e2e0ad536186705e3408899644.tar.bz2 |
mac80211: b43: fix PHY_G support.
I missed adding B43_PHY_G to .local-symbols, without this it will not
be added to autoconf.h
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41676
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mac80211/patches/800-b43-backports-form-wireless-testing-master-master-20.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/800-b43-backports-form-wireless-testing-master-master-20.patch b/package/kernel/mac80211/patches/800-b43-backports-form-wireless-testing-master-master-20.patch index 8ba481f..5bcd2fb 100644 --- a/package/kernel/mac80211/patches/800-b43-backports-form-wireless-testing-master-master-20.patch +++ b/package/kernel/mac80211/patches/800-b43-backports-form-wireless-testing-master-master-20.patch @@ -4132,3 +4132,13 @@ This brings b43 up to wireless-testing/master master-2014-07-15 #define B43_NTAB_TX_IQLO_CAL_LOFT_LADDER_40_SIZE 18 #define B43_NTAB_TX_IQLO_CAL_LOFT_LADDER_20_SIZE 18 #define B43_NTAB_TX_IQLO_CAL_IQIMB_LADDER_40_SIZE 18 +--- a/.local-symbols ++++ b/.local-symbols +@@ -176,6 +176,7 @@ B43_PCMCIA= + B43_SDIO= + B43_BCMA_PIO= + B43_PIO= ++B43_PHY_G= + B43_PHY_N= + B43_PHY_LP= + B43_PHY_HT= |