|
@@ -1575,6 +1575,8 @@ static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata)
|
|
ifmgd->probe_send_count++;
|
|
ifmgd->probe_send_count++;
|
|
ifmgd->probe_timeout = jiffies + msecs_to_jiffies(probe_wait_ms);
|
|
ifmgd->probe_timeout = jiffies + msecs_to_jiffies(probe_wait_ms);
|
|
run_again(ifmgd, ifmgd->probe_timeout);
|
|
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,
|
|
static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata,
|