Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300615
b: refs/heads/master
c: f69b9c7
h: refs/heads/master
i:
  300613: 407a08d
  300611: 41da50d
  300607: 2c87fea
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Apr 9, 2012
1 parent d86c917 commit 10fdb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f0756a38fc4cf016070f218bf78930b4c1f9a0f
refs/heads/master: f69b9c79c99b607a8d6b1d9e1913861154af8c63
2 changes: 2 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 10fdb62

Please sign in to comment.