--- netdev-2.6.git#ieee80211/drivers/net/wireless/Kconfig 2005-08-02 13:18:21.000000000 +0200 +++ netdev-atheros/drivers/net/wireless/Kconfig 2005-08-05 03:43:32.000000000 +0200 @@ -459,6 +459,14 @@ config PRISM54 say M here and read . The module will be called prism54.ko. +comment "Atheros combo cardbus cards support" +config PCMCIA_ATHEROS_5212 + tristate "Atheros 5212 (a/b/g) combo cards" + depends on NET_RADIO && EXPERIMENTAL && PCMCIA + ---help--- + Experimental support for Atheros radio chips. + + # yes, this works even when no drivers are selected config NET_WIRELESS bool diff -uprN -X 'netdev-2.6.git#ieee80211/Documentation/dontdiff' netdev-2.6.git#ieee80211/drivers/net/wireless/Makefile netdev-atheros/drivers/net/wireless/Makefile --- netdev-2.6.git#ieee80211/drivers/net/wireless/Makefile 2005-08-02 13:18:22.000000000 +0200 +++ netdev-atheros/drivers/net/wireless/Makefile 2005-08-05 03:48:17.000000000 +0200 @@ -35,3 +35,5 @@ obj-$(CONFIG_PRISM54) += prism54/ # 16-bit wireless PCMCIA client drivers obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o + +obj-$(CONFIG_PCMCIA_ATHEROS_5212) += atheros/atheros5212/ diff -uprN -X 'netdev-2.6.git#ieee80211/Documentation/dontdiff' netdev-2.6.git#ieee80211/drivers/net/wireless/atheros/atheros5212/Makefile netdev-atheros/drivers/net/wireless/atheros/atheros5212/Makefile --- netdev-2.6.git#ieee80211/drivers/net/wireless/atheros/atheros5212/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ netdev-atheros/drivers/net/wireless/atheros/atheros5212/Makefile 2005-08-05 03:51:53.000000000 +0200 @@ -0,0 +1,3 @@ +atheros5212-objs := init.o eeprom.o beacons.o powermodes.o keys.o mode_tables.o regops.o interrupts.o caps.o chans.o transmit_receive.o mode_tables.o other.o ioctl.o + +obj-$(CONFIG_PCMCIA_ATHEROS_5212) += atheros5212.o