Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195002
b: refs/heads/master
c: 0730d11
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed May 10, 2010
1 parent 344e56d commit cf7f975
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 277a64d17ee819161242ce3059a9c2d0f8dfd29c
refs/heads/master: 0730d114194364d078dbd0cfce708e8c67dccdfb
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static int ath9k_htc_aggr_oper(struct ath9k_htc_priv *priv,
int ret = 0;
u8 cmd_rsp;

if (tid > ATH9K_HTC_MAX_TID)
if (tid >= ATH9K_HTC_MAX_TID)
return -EINVAL;

memset(&aggr, 0, sizeof(struct ath9k_htc_target_aggr));
Expand Down

0 comments on commit cf7f975

Please sign in to comment.