aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 59e2e06aa4e9..45fbb9e33746 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -1982,8 +1982,7 @@ void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata)
1982 wiphy_debug(local->hw.wiphy, 1982 wiphy_debug(local->hw.wiphy,
1983 "%s: No ack for nullfunc frame to" 1983 "%s: No ack for nullfunc frame to"
1984 " AP %pM, disconnecting.\n", 1984 " AP %pM, disconnecting.\n",
1985 sdata->name, bssid, 1985 sdata->name, bssid);
1986 ifmgd->probe_send_count);
1987#endif 1986#endif
1988 ieee80211_sta_connection_lost(sdata, bssid); 1987 ieee80211_sta_connection_lost(sdata, bssid);
1989 } 1988 }