Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314139
b: refs/heads/master
c: d1bcb53
h: refs/heads/master
i:
  314137: 2e24dc4
  314135: 43b125e
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Jun 5, 2012
1 parent d48906d commit 8eb2c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: feb47eb86b44fb420c7fe92726e5f359bcea4bdf
refs/heads/master: d1bcb53f91ed6838dccb04aa5cf71ea8a98770f2
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2557,8 +2557,9 @@ static int wl1271_op_config(struct ieee80211_hw *hw, u32 changed)
* frames, such as the deauth. To make sure those frames reach the air,
* wait here until the TX queue is fully flushed.
*/
if ((changed & IEEE80211_CONF_CHANGE_IDLE) &&
(conf->flags & IEEE80211_CONF_IDLE))
if ((changed & IEEE80211_CONF_CHANGE_CHANNEL) ||
((changed & IEEE80211_CONF_CHANGE_IDLE) &&
(conf->flags & IEEE80211_CONF_IDLE)))
wl1271_tx_flush(wl);

mutex_lock(&wl->mutex);
Expand Down

0 comments on commit 8eb2c48

Please sign in to comment.