]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: acquire sta_lock for station suspend/resume
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 14 Mar 2009 08:42:49 +0000 (09:42 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:12:53 +0000 (20:12 -0400)
commit7f0216a49bea717b9606b81c60f2f0b6152123eb
tree8e28ac84644a13fbb68e79d4c307cc7ea40a167a
parent8fdc621dc743b87879ccf0177969864b09388d9a
mac80211: acquire sta_lock for station suspend/resume

To avoid concurrent manipulations of the sta list (which shouldn't
be possible at this point, but anyway) we need to hold the sta_lock
around iterating the list.

At the same time, we do not need to iterate the list at all if
the driver doesn't want to be notified.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/pm.c