commit | 4581d91b7717152001192112027596fbdeec06f6 | [log] [tgz] |
---|---|---|
author | Thomas Huehn <thomas@net.t-labs.tu-berlin.de> | Tue Jul 17 22:16:13 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jul 26 15:37:57 2012 -0400 |
tree | eca9850ffb94a18ed2b2bf3271823b1b48593eef | |
parent | c297977ec18deb36b2c0a5ee57101f7ab736ec00 [diff] |
mac80211_hwsim: fix possible race condition in usage of info->control.sta & control.vif info->control.sta and control.vif may only be dereferenced during the drv_tx call otherwise could lead to use-after-free bugs. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>