]> git.baikalelectronics.ru Git - kernel.git/commit
prism54: prism54_get_encode() test below 0 on unsigned index
authorRoel Kluin <12o3l@tiscali.nl>
Wed, 23 Apr 2008 19:56:49 +0000 (21:56 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:36 +0000 (21:25 -0400)
commit335a07c4854ea3c72a5390b66ae73785c6122272
tree4fa89284985077c51e2a6eb0a3fee23249739e53
parent8d8967524e1696d871743b3e02c950ac0faa5ff7
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>
drivers/net/wireless/prism54/isl_ioctl.c