[PATCH] ieee80211_wx.c: remove dead code
authorAdrian Bunk <bunk@stusta.de>
Thu, 27 Apr 2006 09:33:42 +0000 (02:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 May 2006 21:10:40 +0000 (17:10 -0400)
commit6274115ce9f0c87068761b2ba5b0b2f7d13c17cf
treeaa91c45eb089e087d74903e5483487b97cbd863c
parent6d92f83ffafe8e2ce105c3ec5696c62d6fcebcee
[PATCH] ieee80211_wx.c: remove dead code

Since sec->key_sizes[] is an u8, len can't be < 0.

Spotted by the Coverity checker.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_wx.c