diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 48d0ee3f15dc..f733aeb50e85 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -1575,6 +1575,8 @@ static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata) | |||
1575 | ifmgd->probe_send_count++; | 1575 | ifmgd->probe_send_count++; |
1576 | ifmgd->probe_timeout = jiffies + msecs_to_jiffies(probe_wait_ms); | 1576 | ifmgd->probe_timeout = jiffies + msecs_to_jiffies(probe_wait_ms); |
1577 | run_again(ifmgd, ifmgd->probe_timeout); | 1577 | run_again(ifmgd, ifmgd->probe_timeout); |
1578 | if (sdata->local->hw.flags & IEEE80211_HW_REPORTS_TX_ACK_STATUS) | ||
1579 | drv_flush(sdata->local, false); | ||
1578 | } | 1580 | } |
1579 | 1581 | ||
1580 | static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata, | 1582 | static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata, |