Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291129
b: refs/heads/master
c: d53c74e
h: refs/heads/master
i:
  291127: 42cccb0
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Mar 5, 2012
1 parent 0941721 commit c079115
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 3d045a54488b69b0024309b18da5024c036c3152
refs/heads/master: d53c74e5a124b0aaed7e9b5c462d1806aad54757
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ static void ath_rc_init(struct ath_softc *sc,
ath_rc_init_valid_rate_idx(ath_rc_priv);

for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
for (j = 0; j < MAX_TX_RATE_PHY; j++)
for (j = 0; j < RATE_TABLE_SIZE; j++)
ath_rc_priv->valid_phy_rateidx[i][j] = 0;
ath_rc_priv->valid_phy_ratecnt[i] = 0;
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/rc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ struct ath_softc;

#define ATH_RATE_MAX 30
#define RATE_TABLE_SIZE 72
#define MAX_TX_RATE_PHY 48


#define RC_INVALID 0x0000
#define RC_LEGACY 0x0001
Expand Down

0 comments on commit c079115

Please sign in to comment.