alistair23-linux/drivers/net/wireless
James Ketrenos d041674d62 [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes
tree 8ec97d9056ceaf0f845ed51175dd842b700baadd
parent 329128457008ace3110c96971addf85a767dd5af
author James Ketrenos <jketreno@linux.intel.com> 1126714484 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127316636 -0500

Updated hostap to be compatible with ieee80211_hdr changes.

Change accomplished via:

for i in hostap_ap.{c,h} hostap_80211_{t,r}x.c; do
	sed -i -e "s:ieee80211_hdr\([^_]\):ieee80211_hdr_4addr\1:g" \
		drivers/net/wireless/hostap/$i
done

CC: Jouni Malinen <jkmaline@cc.hut.fi>

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-09-21 23:07:15 -04:00
..
hostap [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes 2005-09-21 23:07:15 -04:00
prism54 [PATCH] drivers/net: fix-up schedule_timeout() usage 2005-09-14 08:33:24 -04:00
airo.c [PATCH] airo : fix channel number in scan 2005-09-14 08:24:22 -04:00
airo_cs.c
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c [PATCH] ieee80211: Updated atmel to be compatible with ieee80211_hdr changes 2005-09-21 23:00:58 -04:00
atmel.h
atmel_cs.c
atmel_pci.c
hermes.c
hermes.h
hermes_rid.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's hard_start_xmit change. 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 [PATCH] orinoco: New driver - spectrum_cs. 2005-09-05 18:14:08 -04:00
Makefile [PATCH] orinoco: New driver - spectrum_cs. 2005-09-05 18:14:08 -04:00
netwave_cs.c [PATCH] iw263_netwave_we17.diff 2005-09-06 22:43:14 -04:00
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
orinoco_cs.c [PATCH] orinoco: Update PCMCIA ID's. 2005-09-16 02:56:36 -04:00
orinoco_nortel.c [PATCH] orinoco: New driver - orinoco_nortel. 2005-09-05 18:14:08 -04:00
orinoco_pci.c [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion 2005-09-05 00:06:15 -07:00
orinoco_plx.c
orinoco_tmd.c
ray_cs.c [PATCH] C99 initializers in ray_cs.c 2005-09-14 08:37:49 -04:00
ray_cs.h [PATCH] ray_cs : WE-17 support 2005-09-06 22:43:14 -04:00
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.c
wavelan.h
wavelan.p.h
wavelan_cs.c Merge /spare/repo/netdev-2.6 branch 'ieee80211' 2005-07-13 19:11:44 -04:00
wavelan_cs.h
wavelan_cs.p.h Merge /spare/repo/netdev-2.6 branch 'ieee80211' 2005-07-13 19:11:44 -04:00
wl3501.h [PATCH] wl3501_cs : WE-17 support 2005-09-06 22:44:23 -04:00
wl3501_cs.c [PATCH] wl3501_cs : WE-17 support 2005-09-06 22:44:23 -04:00

	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