Skip to content
Commit 8ba82e96 authored by Roel Kluin's avatar Roel Kluin Committed by John W. Linville
Browse files

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: default avatarRoel Kluin <12o3l@tiscali.nl>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d619ee08
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment