Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218443
b: refs/heads/master
c: 822395b
h: refs/heads/master
i:
  218441: 25420fd
  218439: ea43fd4
v: v3
  • Loading branch information
Don Fry authored and John W. Linville committed Oct 25, 2010
1 parent b75b06b commit 0cbfff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fac6b6a065da42f826088c58bddad82e1b1ccb40
refs/heads/master: 822395b591db32ad3cf8a5b57b0fe30fb8d12c37
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,8 @@ static int iwlagn_tx_status_reply_compressed_ba(struct iwl_priv *priv,
struct ieee80211_tx_info *info;

if (unlikely(!agg->wait_for_ba)) {
IWL_ERR(priv, "Received BA when not expected\n");
if (unlikely(ba_resp->bitmap))
IWL_ERR(priv, "Received BA when not expected\n");
return -EINVAL;
}

Expand Down

0 comments on commit 0cbfff7

Please sign in to comment.