commit | 194ff52d42fd0b55fe0fcfbf4586ae9d7ab1f780 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Dec 30 23:12:37 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 30 23:14:03 2013 +0100 |
tree | eddb4c40ce1cc7a8aa590b1aeaf162a8a8bdba5a | |
parent | 32db6b54dfba38aa8fa4072b2a3fc6425139166a [diff] |
cfg80211/mac80211: correct qos-map locking 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>