commit | d6a13a24b76236ade7fd70081ba41a51e8215578 | [log] [tgz] |
---|---|---|
author | Dan Williams <dcbw@redhat.com> | Thu Jan 12 15:00:58 2006 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 16 16:51:53 2006 -0500 |
tree | 85c495d422a6e152789108b8623245886afcd554 | |
parent | a485cde662f5b6b2299ee01a7e9e2c11683f807b [diff] |
[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 <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>