linux/drivers/net/wireless/prism54
Roel Kluin 8ba82e969f prism54: prism54_get_encode() test below 0 on unsigned index
previously in this function:

u32 index = (dwrq->flags & IW_ENCODE_INDEX) - 1;

index is unsigned, so if -1, the original test (below) didn't work.

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-04-23 21:25:36 -04:00
..
Makefile
isl_38xx.c
isl_38xx.h prism54 trivial annotations 2008-01-28 15:09:08 -08:00
isl_ioctl.c prism54: prism54_get_encode() test below 0 on unsigned index 2008-04-23 21:25:36 -04:00
isl_ioctl.h
isl_oid.h
islpci_dev.c prism54: set carrier flags correctly 2008-04-08 15:05:57 -04:00
islpci_dev.h prism54: Convert wpa_sem in a mutex 2008-02-29 15:37:17 -05:00
islpci_eth.c prism54 trivial annotations 2008-01-28 15:09:08 -08:00
islpci_eth.h prism54 trivial annotations 2008-01-28 15:09:08 -08:00
islpci_hotplug.c
islpci_mgt.c
islpci_mgt.h prism54 trivial annotations 2008-01-28 15:09:08 -08:00
oid_mgt.c
oid_mgt.h
prismcompat.h