mac80211: fix memory leak in ieee80211_send_probe_req
authorMing Lei <tom.leiming@gmail.com>
Fri, 15 Jan 2010 13:44:21 +0000 (21:44 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Jan 2010 22:02:08 +0000 (17:02 -0500)
This patch fixes memory leak in ieee80211_send_probe_req, which
is introduced in 7c12ce8b854df346388ea56d684784e3484012cf:

mac80211: use Probe Request template when sending a direct scan

The patch is against the latest wireless-test tree.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Reviewed-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found