Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156322
b: refs/heads/master
c: 082e708
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Jul 27, 2009
1 parent e9541c9 commit e648f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 008749fc9917b799c469478141ddd1a4c81d06ca
refs/heads/master: 082e708acc50a5b625b9bde0bb1af90dfdbd1942
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,8 @@ int iwl_tx_agg_start(struct iwl_priv *priv, const u8 *ra, u16 tid, u16 *ssn)
IWL_ERR(priv, "Start AGG on invalid station\n");
return -ENXIO;
}
if (unlikely(tid >= MAX_TID_COUNT))
return -EINVAL;

if (priv->stations[sta_id].tid[tid].agg.state != IWL_AGG_OFF) {
IWL_ERR(priv, "Start AGG when state is not IWL_AGG_OFF !\n");
Expand Down

0 comments on commit e648f8e

Please sign in to comment.