Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315183
b: refs/heads/master
c: f823981
h: refs/heads/master
i:
  315181: 24b5544
  315179: 1dafeef
  315175: 755be2e
  315167: f5c0e2a
v: v3
  • Loading branch information
Eliad Peller authored and Johannes Berg committed Jun 28, 2012
1 parent e1f5659 commit 9f3a306
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fc8a7321d3d68af759a369a9ad3e2426688742d3
refs/heads/master: f823981e288f83113bf1129ff2c94e2fd74a28dd
4 changes: 4 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,10 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata,
}
mutex_unlock(&local->sta_mtx);

/* flush out any pending frame (e.g. DELBA) before deauth/disassoc */
if (tx)
drv_flush(local, false);

/* deauthenticate/disassociate now */
if (tx || frame_buf)
ieee80211_send_deauth_disassoc(sdata, bssid, stype, reason,
Expand Down

0 comments on commit 9f3a306

Please sign in to comment.