diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-07 01:22:38 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-07 09:49:43 -0400 |
commit | 60b67f519213cf6d59236d065b0953962b56abca (patch) | |
tree | 3af58f097b3899aea9b525c563626930c4cab4b4 /drivers/net/wireless/ath9k/rc.c | |
parent | b08cbcd4546445740c2a04291204b56f8baf7be2 (diff) |
ath9k: Cleanup data structures related to HW capabilities
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.c')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/rc.c b/drivers/net/wireless/ath9k/rc.c index e0797afee52b..d3132009d94d 100644 --- a/drivers/net/wireless/ath9k/rc.c +++ b/drivers/net/wireless/ath9k/rc.c | |||
@@ -780,7 +780,7 @@ struct ath_rate_softc *ath_rate_attach(struct ath_hal *ah) | |||
780 | ar5416_attach_ratetables(asc); | 780 | ar5416_attach_ratetables(asc); |
781 | 781 | ||
782 | /* Save Maximum TX Trigger Level (used for 11n) */ | 782 | /* Save Maximum TX Trigger Level (used for 11n) */ |
783 | tx_triglevel_max = ah->ah_caps.halTxTrigLevelMax; | 783 | tx_triglevel_max = ah->ah_caps.tx_triglevel_max; |
784 | /* return alias for ath_rate_softc * */ | 784 | /* return alias for ath_rate_softc * */ |
785 | return asc; | 785 | return asc; |
786 | } | 786 | } |