mirror of https://github.com/hak5/openwrt-owl.git
parent
197fafaff6
commit
670b7ab883
|
@ -43,6 +43,7 @@ endef
|
||||||
|
|
||||||
EXTRA_KCONFIG:= \
|
EXTRA_KCONFIG:= \
|
||||||
CONFIG_B43=m \
|
CONFIG_B43=m \
|
||||||
|
CONFIG_B43_NPHY=y \
|
||||||
$(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \
|
$(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ config B43_PCMCIA
|
||||||
|
|
||||||
config B43_NPHY
|
config B43_NPHY
|
||||||
bool "Pre IEEE 802.11n support (BROKEN)"
|
bool "Pre IEEE 802.11n support (BROKEN)"
|
||||||
depends on B43 && EXPERIMENTAL && BROKEN
|
depends on B43 && EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Support for the IEEE 802.11n draft.
|
Support for the IEEE 802.11n draft.
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,8 @@ static const struct pci_device_id b43_pci_bridge_tbl[] = {
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4321) },
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4321) },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) },
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4325) },
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4325) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4328) },
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4329) },
|
||||||
{ 0, },
|
{ 0, },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);
|
MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);
|
||||||
|
|
Loading…
Reference in New Issue