airo: return from set_wep_key() when key length is zero
authorStanislaw Gruszka <sgruszka@redhat.com>
Fri, 26 Feb 2010 14:10:28 +0000 (15:10 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 2 Mar 2010 19:28:48 +0000 (14:28 -0500)
commit6510b8917948283005a125c8337d3312a8a0561c
treefe437f922fe4e866b45ec0d7df89f1281b71e6ac
parent2507c05ff55fbf38326b08ed27eaed233bc75042
airo: return from set_wep_key() when key length is zero

Even if keylen == 0 is a bug and should not really happen, better avoid
possibility of passing bad value to firmware.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/airo.c