]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] softmac: Fix inability to associate with WEP networks
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 19 Sep 2007 03:00:52 +0000 (22:00 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Sep 2007 15:26:33 +0000 (11:26 -0400)
commit045b21189ebc3af068e540cb52919e97d78ae5c0
tree3b6ad109bc0e0da5f648858e0785ee8c927c98c1
parenta79d38fbddb4d5637134444de7a49dad5b7169dc
[PATCH] softmac: Fix inability to associate with WEP networks

Commit 6a6b8582 was submitted as a fix for bug #8686 at bugzilla.kernel.org
(http://bugzilla.kernel.org/show_bug.cgi?id=8686). Unfortunately, the fix led to
a new bug, reported by Yoshifuji Hideaki, that prevented association for WEP
encrypted networks that use ifconfig to control the device. This patch effectively
reverts the earlier commit and does a proper fix for bug #8686.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_assoc.c
net/ieee80211/softmac/ieee80211softmac_wx.c