[PATCH] bcm43xx: fix iwmode crash when down

2006-05-01 Thread Michael Buesch
(Second attempt, now unmangled and with signed-off-by line, uh...) This should go into 2.6.17, as it fixes a user exploitable crash. -- This fixes a crash when iwconfig ethX mode foo is done before ifconfig ethX up or after ifconfig ethX down Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> In

[PATCH] bcm43xx: fix iwmode crash when down

2006-05-01 Thread Michael Buesch
This should go into 2.6.17, as it fixes a user exploitable crash. -- This fixes a crash when iwconfig ethX mode foo is done before ifconfig ethX up or after ifconfig ethX down Index: linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_wx.c =