aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/cfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index a1498416ad55..acebf2c5bb0c 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -3108,7 +3108,8 @@ __ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev,
3108 struct ieee80211_channel_switch ch_switch; 3108 struct ieee80211_channel_switch ch_switch;
3109 struct ieee80211_chanctx_conf *conf; 3109 struct ieee80211_chanctx_conf *conf;
3110 struct ieee80211_chanctx *chanctx; 3110 struct ieee80211_chanctx *chanctx;
3111 int err, changed = 0; 3111 u32 changed = 0;
3112 int err;
3112 3113
3113 sdata_assert_lock(sdata); 3114 sdata_assert_lock(sdata);
3114 lockdep_assert_held(&local->mtx); 3115 lockdep_assert_held(&local->mtx);