dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless
Pavel Machek 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net
This fixes remaining u32s in drivers/ net.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-16 15:25:25 -07:00
..
prism54 [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airo.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
airo_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airport.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
arlan-main.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arlan-proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arlan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes_rid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82586.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82593.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee802_11.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netwave_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_pci.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
orinoco_plx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_tmd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rayctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
strip.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
todo.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

README

	README
	------

	This directory is mostly for Wireless LAN drivers, in their
various incarnations (ISA, PCI, Pcmcia...).
	This separate directory is needed because a lot of driver work
on different bus (typically PCI + Pcmcia) and share 95% of the
code. This allow the code and the config options to be in one single
place instead of scattered all over the driver tree, which is never
100% satisfactory.

	Note : if you want more info on the topic of Wireless LANs,
you are kindly invited to have a look at the Wireless Howto :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
	Some Wireless LAN drivers, like orinoco_cs, require the use of
Wireless Tools to be configured :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html

	Special notes for distribution maintainers :
	1) wvlan_cs will be discontinued soon in favor of orinoco_cs
	2) Please add Wireless Tools support in your scripts

	Have fun...

	Jean