diff options
| -rw-r--r-- | drivers/net/wireless/ath/ath6kl/cfg80211.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c index fd4c89df67e1..56d9bed4b069 100644 --- a/drivers/net/wireless/ath/ath6kl/cfg80211.c +++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c @@ -845,6 +845,7 @@ static int ath6kl_cfg80211_disconnect(struct wiphy *wiphy, up(&ar->sem); vif->sme_state = SME_DISCONNECTED; + cfg80211_disconnected(vif->ndev, 0, NULL, 0, GFP_KERNEL); return 0; } |
