cfg80211/mac80211: correct qos-map locking
authorJohannes Berg <johannes.berg@intel.com>
Mon, 30 Dec 2013 22:12:37 +0000 (23:12 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 30 Dec 2013 22:14:03 +0000 (23:14 +0100)
Since the RTNL can't always be held, use wdev/sdata locking for
the qos-map dereference in mac80211. This requires cfg80211 to
consistently lock it, which it was missing in one place.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found