From: Dan Williams Date: Thu, 12 Jan 2006 20:00:58 +0000 (-0500) Subject: [PATCH] drivers/net/wireless: correct reported ssid lengths X-Git-Tag: v2.6.16-rc2~366^2~69^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a13a24b76236ade7fd70081ba41a51e8215578;p=pandora-kernel.git [PATCH] drivers/net/wireless: correct reported ssid lengths ESSIDs can technically include NULL characters. Drivers should not be adjusting the length of the ESSID before reporting it in their SIOCGIWESSID handlers. Breaks stuff like wpa_supplicant. Note that ipw drivers, which seem to currently be the "most correct", don't have this problem. Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed