commit | 415ad1efae1d5fe00d739e612d262eabda90f5e8 | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@googlemail.com> | Wed Aug 19 00:43:31 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:06 2009 -0400 |
tree | 285f400386932f691849b3c0114c322b64214a88 | |
parent | eeef41854deae30ea304544f18684df70ae3f87b [diff] |
cfg80211: fix leaks of wdev->conn->ie This only occurs in the following error situations: - driver calls connect_result with failure - error scheduling authentication on connect - error initiating scan (to get BSSID and channel) on connect - userspace calls disconnect while in the SCANNING or SCAN_AGAIN states Signed-off-by: David Kilroy <kilroyd@googlemail.com> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>