Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194989
b: refs/heads/master
c: 6f256de
h: refs/heads/master
i:
  194987: 75f0057
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed May 7, 2010
1 parent 183448a commit 1ad02c9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8e1559949928d4d8bfe044bfcf57879faff82e19
refs/heads/master: 6f256de70b90aecbb550a2df387684ed2136b792
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath9k/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ static int ath9k_process_rate(struct ath_common *common,
if ((common->debug_mask & ATH_DBG_XMIT))
print_hex_dump_bytes("", DUMP_PREFIX_NONE, skb->data, skb->len);

rxs->rate_idx = 0;
return 0;
return -EINVAL;
}

static void ath9k_process_rssi(struct ath_common *common,
Expand Down

0 comments on commit 1ad02c9

Please sign in to comment.