android_kernel_xiaomi_sm8350/drivers/net/wireless
Eric Sesterhenn a192491ad5 [PATCH] Array overrun in drivers/net/wireless/wavelan.c
hi,

this is another array overrun spotted by coverity (#id 507)
we should check the index against array size before using it.
Not sure why the driver doesnt use ARRAY_SIZE instead of its
own macro.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-06-22 23:24:18 -04:00
..
bcm43xx [PATCH] pci: bcm43xx avoid pci_find_device 2006-06-15 15:48:13 -04:00
hostap [PATCH] hostap: new pcmcia IDs 2006-05-22 14:51:33 -04:00
prism54
airo_cs.c
airo.c
airo.h
airport.c
arlan-main.c [PATCH] arlan: fix section mismatch warnings 2006-05-26 16:11:56 -04:00
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
ipw2100.h
ipw2200.c [PATCH] ipw2200 locking fix 2006-06-15 15:48:14 -04:00
ipw2200.h [PATCH] ipw2200 locking fix 2006-06-15 15:48:14 -04:00
Kconfig [PATCH] wireless: move zd1201 where it belongs 2006-06-05 16:13:30 -04:00
Makefile [PATCH] wireless: move zd1201 where it belongs 2006-06-05 16:13:30 -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 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2006-06-19 18:55:56 -07:00
orinoco.h
ray_cs.c
ray_cs.h
rayctl.h
README
spectrum_cs.c
strip.c
todo.txt
wavelan_cs.c
wavelan_cs.h
wavelan_cs.p.h
wavelan.c [PATCH] Array overrun in drivers/net/wireless/wavelan.c 2006-06-22 23:24:18 -04:00
wavelan.h
wavelan.p.h
wl3501_cs.c
wl3501.h
zd1201.c [PATCH] wireless: move zd1201 where it belongs 2006-06-05 16:13:30 -04:00
zd1201.h [PATCH] wireless: move zd1201 where it belongs 2006-06-05 16:13:30 -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