commit | e3a4cc2f073739c9c9c2e97efc774703061f034a | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Oct 23 22:36:04 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 02 15:23:12 2011 -0400 |
tree | 4ad2345dcf7837ee9ea98327d657d7f1efc8a50b | |
parent | 94d55d62bd757611f07a9122e5e07ce929b8d38d [diff] |
mac80211: Fix TDLS support validation in add_station handler We need to verify whether the command is successful before allocating the station entry to avoid extra processing. This also fixes a memory leak on the error path. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>