mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41676 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user