]> git.ipfire.org Git - people/ms/linux.git/commit
staging: wlan-ng: Fix clamping of returned SSID length
authorTormod Volden <debian.tormod@gmail.com>
Wed, 9 Jan 2013 21:23:32 +0000 (22:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 19:44:46 +0000 (11:44 -0800)
commit32fc14eae36bedec511f5589b7c4201832b31ee1
treed2071074444615576450374e29cf6d540990db72
parent7e9dbb269971d77c38fca3b6c4c1a716bbc26b0e
staging: wlan-ng: Fix clamping of returned SSID length

commit 811a37effdb11e54e1ff1ddaa944286c88f58487 upstream.

Commit 2e254212 broke listing of available network names, since it
clamped the length of the returned SSID to WLAN_BSSID_LEN (6) instead of
WLAN_SSID_MAXLEN (32).

https://bugzilla.kernel.org/show_bug.cgi?id=52501

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2mgmt.c