mac80211: fix rcu locking
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 20 Nov 2009 09:09:14 +0000 (10:09 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 23 Nov 2009 22:05:29 +0000 (17:05 -0500)
commit3ad743acd3eb735bbc3c402fdf52397c3acb6f0e
tree9a31f5c76c76f97c5d959b4a75a84de2ebf693be
parentdd1de22ba6b1b6dce2e159f38915eb6ace2cc20e
mac80211: fix rcu locking

Add a missing rcu_read_unlock() before jumping out
of the ieee80211_change_station() function in the
error case.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c