commit | 14cdf112019c1d4bc0f1bf9a9c832be641dbe25a | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@qca.qualcomm.com> | Thu Jul 12 11:49:21 2012 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 17 12:16:41 2012 +0200 |
tree | a87627bd88a2f07322e06c08f6448ac240f64f61 | |
parent | f8a1c774570ab50f1657083c990b968d5f7f22cb [diff] |
cfg80211: remove regulatory_update() regulatory_update() just calls wiphy_update_regulatory(). wiphy_update_regulatory() assumes you already have the reg_mutex held so just move the call within locking context and kill the superfluous regulatory_update(). Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>