Re: [2.6 patch] ieee80211_wx.c: remove dead code

2006-03-17 Thread John W. Linville
On Wed, Mar 15, 2006 at 05:40:15PM +0100, Adrian Bunk wrote: > Since sec->key_sizes[] is an u8, len can't be < 0. > > Spotted by the Coverity checker. Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line "u

[2.6 patch] ieee80211_wx.c: remove dead code

2006-03-15 Thread Adrian Bunk
Since sec->key_sizes[] is an u8, len can't be < 0. Spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.16-rc6-mm1-full/net/ieee80211/ieee80211_wx.c.old 2006-03-14 03:01:43.0 +0100 +++ linux-2.6.16-rc6-mm1-full/net/ieee80211/ieee80211_wx.c