linux/drivers/net/wireless
Michal Schmidt 1138c37b66 [PATCH] airo: fix a race causing initialization failures
Matteo Croce reported Aironet initialization failures. They were caused by
a race in airo. airo finds a free interface name, then initializes the card
and finally registers the interface. Another device may get the same name
in the meantime.
The reason airo gets its name early is to use it in informative printks and
to name the resources it requests. The printks will be just fine without
the interface name and the resources can use the driver's name - that's
what other network drivers do anyway.
One of the talkative functions is setup_card(). It is called once before
registration and can be called later again. Let's have an empty dev->name
during the first call, so it doesn't print the ugly "airo(eth%d)" message.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-07-10 14:11:29 -04:00
..
bcm43xx [PATCH] bcm43xx: Fix deviation from specifications in set_baseband_attenuation 2007-07-08 22:16:37 -04:00
hostap [PATCH] hostap: Remove driver version number 2007-07-08 22:16:38 -04:00
libertas [PATCH] libertas: fix use-after-free in rx path 2007-07-10 13:42:11 -04:00
prism54 [PATCH] prism54: fix monitor mode oops 2007-05-29 11:16:34 -04:00
zd1211rw [PATCH] zd1211rw: Make CCK gain patching conditional on RF type 2007-07-08 22:16:37 -04:00
airo_cs.c
airo.c [PATCH] airo: fix a race causing initialization failures 2007-07-10 14:11:29 -04:00
airo.h
airport.c Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
arlan-main.c
arlan-proc.c
arlan.h
atmel_cs.c
atmel_pci.c
atmel.c
atmel.h
hermes_rid.h
hermes.c
hermes.h
i82586.h
i82593.h
ipw2100.c [PATCH] ipw2100: RF kill switch timer power save 2007-07-10 13:59:48 -04:00
ipw2100.h
ipw2200.c [PATCH] ipw2200: rf kill switch polling power saving 2007-07-10 13:59:48 -04:00
ipw2200.h
Kconfig [PATCH] Add rtl8187 wireless driver 2007-07-08 22:16:36 -04:00
Makefile [PATCH] Add rtl8187 wireless driver 2007-07-08 22:16:36 -04:00
netwave_cs.c
orinoco_cs.c
orinoco_nortel.c
orinoco_pci.c
orinoco_pci.h
orinoco_plx.c
orinoco_tmd.c
orinoco.c
orinoco.h
ray_cs.c
ray_cs.h
rayctl.h
rtl818x.h [PATCH] rtl8187: add header blocks and indicate origin of magic values 2007-07-08 22:16:37 -04:00
rtl8187_dev.c [PATCH] rtl8187: add header blocks and indicate origin of magic values 2007-07-08 22:16:37 -04:00
rtl8187_rtl8225.c [PATCH] rtl8187: fix endianness issue in rtl8225 register writing 2007-07-10 13:51:38 -04:00
rtl8187_rtl8225.h [PATCH] rtl8187: add header blocks and indicate origin of magic values 2007-07-08 22:16:37 -04:00
rtl8187.h [PATCH] rtl8187: add header blocks and indicate origin of magic values 2007-07-08 22:16:37 -04:00
spectrum_cs.c
strip.c
wavelan_cs.c Fix misspellings collected by members of KJ list. 2007-05-09 07:14:03 +02:00
wavelan_cs.h
wavelan_cs.p.h Fix misspellings collected by members of KJ list. 2007-05-09 07:14:03 +02:00
wavelan.c
wavelan.h
wavelan.p.h
wl3501_cs.c
wl3501.h
zd1201.c
zd1201.h