From: Tormod Volden Date: Wed, 9 Jan 2013 21:23:32 +0000 (+0100) Subject: staging: wlan-ng: Fix clamping of returned SSID length X-Git-Tag: v3.8-rc5~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811a37effdb11e54e1ff1ddaa944286c88f58487;p=pandora-kernel.git staging: wlan-ng: Fix clamping of returned SSID length 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 Cc: stable # 3.4+ Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed