Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import

Patch Kconfig and wireless/Makefile to merge bcm43xx 'properly'

Signed-off-by: John W. Linville <linville@tuxdriver.com>

+9
+8
drivers/net/wireless/Kconfig
··· 501 501 502 502 source "drivers/net/wireless/hostap/Kconfig" 503 503 504 + config BCM43XX 505 + tristate "Broadcom BCM43xx wireless support" 506 + depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL 507 + select FW_LOADER 508 + ---help--- 509 + This is an experimental driver for the Broadcom 43xx wireless chip, 510 + found in the Apple Airport Extreme and various other devices. 511 + 504 512 # yes, this works even when no drivers are selected 505 513 config NET_WIRELESS 506 514 bool
+1
drivers/net/wireless/Makefile
··· 35 35 obj-$(CONFIG_PRISM54) += prism54/ 36 36 37 37 obj-$(CONFIG_HOSTAP) += hostap/ 38 + obj-$(CONFIG_BCM43XX) += bcm43xx/ 38 39 39 40 # 16-bit wireless PCMCIA client drivers 40 41 obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o