diff --git a/[refs] b/[refs] index 454ae0f56f4e..f7d94a19303b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f0756a38fc4cf016070f218bf78930b4c1f9a0f +refs/heads/master: f69b9c79c99b607a8d6b1d9e1913861154af8c63 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index 48d0ee3f15dc..f733aeb50e85 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -1575,6 +1575,8 @@ static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata) ifmgd->probe_send_count++; ifmgd->probe_timeout = jiffies + msecs_to_jiffies(probe_wait_ms); run_again(ifmgd, ifmgd->probe_timeout); + if (sdata->local->hw.flags & IEEE80211_HW_REPORTS_TX_ACK_STATUS) + drv_flush(sdata->local, false); } static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata,