Bug 7245
Summary: | zd1211rw + restricted key: slab corruption | ||
---|---|---|---|
Product: | Drivers | Reporter: | Laurent Riffard (laurent.riffard) |
Component: | network-wireless | Assignee: | Daniel Drake (dsd) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.18-mm2 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
.config
dmesg (does not includes slab corruption messages) sotftmac-fix-restricted-key-association.patch sotftmac-fix-slab-corrpution-in-restricted-key-association.patch |
Description
Laurent Riffard
2006-10-01 09:14:58 UTC
Created attachment 9142 [details]
.config
Created attachment 9143 [details]
dmesg (does not includes slab corruption messages)
Created attachment 9225 [details]
sotftmac-fix-restricted-key-association.patch
This patch fixed the problem for me. I'm now able to connect to my AP:
# iwconfig eth1
eth1 IEEE 802.11b/g ESSID:"Livebox-8ae5" Nickname:"zd1211"
Mode:Managed Frequency:2.437 GHz Access Point: 00:16:41:8F:79:0D
Bit Rate=11 Mb/s
Encryption key:xxxx-xxxx-... Security mode:restricted
Link Quality=96/100 Signal level=100/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:60:B3:49:10:78
inet adr:192.168.1.12 Bcast:192.168.1.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Please confirm this is the right thing to do.
Thanks, that's correct. Just for clarity, it would be nicer if the logic wasn't inverted, i.e. do it like this: + (is_shared_response ? 1 + 1 + net->challenge_len : 0) Please add the URL of this bug to the description, add "Acked-by: Daniel Drake <dsd@gentoo.org>" and email this patch to linville@tuxdriver.com with the following people on CC: dsd@gentoo.org netdev@vger.kernel.org johannes@sipsolutions.net Created attachment 9226 [details]
sotftmac-fix-slab-corrpution-in-restricted-key-association.patch
Updated patch
Patch merged in kernel 2.6.19-rc3 by commit 6684e59aa3cf6cb7ebf04ea2953198500c93b0a9. |