diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 59e2e06aa4e9f4e3150010b1bf4e212d47c4b343..45fbb9e33746e5817252a554a7fdff6ec8265eee 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) wiphy_debug(local->hw.wiphy, "%s: No ack for nullfunc frame to" " AP %pM, disconnecting.\n", - sdata->name, bssid, - ifmgd->probe_send_count); + sdata->name, bssid); #endif ieee80211_sta_connection_lost(sdata, bssid); }