1
0
Files
linux/net/mac80211
Jouni Malinen 38a679a52b mac80211: Fix sta_mtx unlocking on insert STA failure path
Commit 34e895075e introduced sta_mtx
locking into sta_info_insert() (now sta_info_insert_rcu), but forgot
to unlock this mutex on one of the error paths. Fix this by adding
the missing mutex_unlock() call for the case where STA insert fails
due to an entry existing already. This may happen at least in AP mode
when a STA roams between two BSSes (vifs).

Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-03-10 16:16:54 -05:00
..
2009-12-21 18:38:54 -05:00
2010-02-15 16:12:52 -05:00
2009-12-28 16:54:49 -05:00
2009-12-28 16:54:49 -05:00
2010-01-05 16:21:40 -05:00
2010-01-19 16:25:19 -05:00