cfg80211: fix error path in cfg80211_wext_siwscan
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 23 Dec 2009 14:33:35 +0000 (15:33 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Dec 2009 21:19:58 +0000 (16:19 -0500)
commit65486c8b30498dd274eea2c542696f22b63fe5b8
tree4bcbeb24ce1655c275f2e1780cacefaf2b306781
parentbefabac2d8e4925b97c5eebc78ecc4b2079fd9dd
cfg80211: fix error path in cfg80211_wext_siwscan

If there's an invalid channel or SSID, the code leaks
the scan request. Always free the scan request, unless
it was successfully given to the driver.

Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/scan.c