kernel-ark/drivers/net/wireless
James Ketrenos 0dacca1f0a [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes
tree 9f86c7b4f59249c05c96c360dfaa817995e8a44f
parent 9b09701b2c6254f2fddb009004a14eb5a908714f
author James Ketrenos <jketreno@linux.intel.com> 1126714305 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127316074 -0500

Updated ipw2200 to be compatible with ieee80211_hdr changes.

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-09-21 23:00:57 -04:00
..
hostap
prism54 [PATCH] drivers/net: fix-up schedule_timeout() usage 2005-09-14 08:33:24 -04:00
airo_cs.c
airo.c
airport.c
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] ieee80211: Updated ipw2100 to be compatible with ieee80211's hard_start_xmit change 2005-09-21 23:00:57 -04:00
ipw2100.h [PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changes 2005-09-21 23:00:57 -04:00
ipw2200.c [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes 2005-09-21 23:00:57 -04:00
ipw2200.h [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes 2005-09-21 23:00:57 -04:00
Kconfig
Makefile
netwave_cs.c
orinoco_cs.c [PATCH] orinoco: Update PCMCIA ID's. 2005-09-16 02:56:36 -04:00
orinoco_nortel.c
orinoco_pci.c
orinoco_plx.c
orinoco_tmd.c
orinoco.c [PATCH] orinoco: Don't include <net/ieee80211.h> twice. 2005-09-16 02:56:36 -04:00
orinoco.h [PATCH] orinoco: WE-18 support 2005-09-14 08:30:54 -04:00
ray_cs.c [PATCH] C99 initializers in ray_cs.c 2005-09-14 08:37:49 -04:00
ray_cs.h
rayctl.h
README
spectrum_cs.c [PATCH] orinoco: Update PCMCIA ID's. 2005-09-16 02:56:36 -04:00
strip.c
todo.txt
wavelan_cs.c
wavelan_cs.h
wavelan_cs.p.h
wavelan.c
wavelan.h
wavelan.p.h
wl3501_cs.c
wl3501.h

	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