commit | 93e5deb1ae39b56f4743955e76c72251256f23c1 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Apr 01 15:21:00 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 01 17:14:10 2008 -0400 |
tree | 415d4f11449452822bdd1a97760de67ffd8c452d | |
parent | 97bff8ecf4e4e26749a67dcfbb7565d8a0f4acb4 [diff] |
mac80211: automatically free sta struct when insertion fails When STA structure insertion fails, it has been allocated but isn't really alive yet, it isn't reachable by any other code and also can't yet have much configured. This patch changes the code so that when the insertion fails, the resulting STA pointer is no longer valid because it is freed. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>