commit | ed405be5cb5e8e494e8dcd83b6eb1add34dc752a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jun 03 13:51:59 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jun 03 13:51:59 2013 +0200 |
tree | 97e167b6dd4cc16aa31adcbba575c381013574c3 | |
parent | a8cd57b3042446250f19daf98d120802dffc768d [diff] |
mac80211: fix sdata locking around __ieee80211_request_smps My cfg80211/mac80211 locking unification broke the sdata locking in ieee80211_set_power_mgmt, it needs to acquire the lock for __ieee80211_request_smps(). Add the locking. Reported-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Johannes Berg <johannes.berg@intel.com>