Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352704
b: refs/heads/master
c: cab1c7f
h: refs/heads/master
v: v3
  • Loading branch information
Wojciech Dubowik authored and Johannes Berg committed Feb 15, 2013
1 parent c8bc765 commit 11d6cd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39886b618aba3c39e650c191d601e26ec581ce0f
refs/heads/master: cab1c7fd8024ce896119535b5b067224b0b699aa
9 changes: 5 additions & 4 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,17 +1637,18 @@ void ieee80211_sta_tx_notify(struct ieee80211_sub_if_data *sdata,
if (!ieee80211_is_data(hdr->frame_control))
return;

if (ack)
ieee80211_sta_reset_conn_monitor(sdata);

if (ieee80211_is_nullfunc(hdr->frame_control) &&
sdata->u.mgd.probe_send_count > 0) {
if (ack)
sdata->u.mgd.probe_send_count = 0;
ieee80211_sta_reset_conn_monitor(sdata);
else
sdata->u.mgd.nullfunc_failed = true;
ieee80211_queue_work(&sdata->local->hw, &sdata->work);
return;
}

if (ack)
ieee80211_sta_reset_conn_monitor(sdata);
}

static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata)
Expand Down

0 comments on commit 11d6cd7

Please sign in to comment.