* atheros driver (1/8)
@ 2005-08-05 2:57 Mateusz Berezecki
2005-08-05 4:09 ` Matt Mackall
0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Berezecki @ 2005-08-05 2:57 UTC (permalink / raw)
To: kernel-mentors; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: atheros5212-1.patch --]
[-- Type: text/x-patch, Size: 1885 bytes --]
--- 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 <file:Documentation/modules.txt>. 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
[-- Attachment #3: Type: text/plain, Size: 154 bytes --]
_______________________________________________
Kernel-mentors mailing list
Kernel-mentors@selenic.com
http://selenic.com/mailman/listinfo/kernel-mentors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-05 4:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 2:57 atheros driver (1/8) Mateusz Berezecki
2005-08-05 4:09 ` Matt Mackall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).