Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224839
b: refs/heads/master
c: 67158b6
h: refs/heads/master
i:
  224837: 861b61a
  224835: 687f0b3
  224831: 539e64f
v: v3
  • Loading branch information
Johannes Berg authored and Wey-Yi Guy committed Nov 25, 2010
1 parent 42df13e commit 5195ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dbbf1755b09eef8ff6dd21c8dafe1606f051ce12
refs/heads/master: 67158b67cea0c92dba1dda74cde926d149cc1a2e
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
if (sta)
sta_priv = (void *)sta->drv_priv;

if (sta_priv && sta_priv->asleep) {
WARN_ON(!(info->flags & IEEE80211_TX_CTL_PSPOLL_RESPONSE));
if (sta_priv && sta_priv->asleep &&
(info->flags & IEEE80211_TX_CTL_PSPOLL_RESPONSE)) {
/*
* This sends an asynchronous command to the device,
* but we can rely on it being processed before the
Expand Down

0 comments on commit 5195ca3

Please sign in to comment.