diff options
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r-- | net/mac80211/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index d45760eae6c7..d54dbe8e09ba 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -1066,7 +1066,7 @@ int ieee80211_reconfig(struct ieee80211_local *local) | |||
1066 | struct ieee80211_sub_if_data, | 1066 | struct ieee80211_sub_if_data, |
1067 | u.ap); | 1067 | u.ap); |
1068 | 1068 | ||
1069 | drv_sta_notify(local, &sdata->vif, STA_NOTIFY_ADD, | 1069 | drv_sta_notify(local, sdata, STA_NOTIFY_ADD, |
1070 | &sta->sta); | 1070 | &sta->sta); |
1071 | } | 1071 | } |
1072 | spin_unlock_irqrestore(&local->sta_lock, flags); | 1072 | spin_unlock_irqrestore(&local->sta_lock, flags); |