diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-11-17 22:35:13 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-26 09:47:24 -0500 |
commit | 46494e6df8f6d9739d56c8b980229af4e5d2353f (patch) | |
tree | 530017a93b99a64fbf0750e160ddcc259211dee5 /drivers/net/wireless/ath9k/rc.h | |
parent | 4df8ec64fdec5a99ebfe41467d414e235d5d051e (diff) |
ath9k: Remove half/quarter rate tables
Half/Quarter rate tables are needed only for legacy chipsets.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.h')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/rc.h b/drivers/net/wireless/ath9k/rc.h index 2166243045de..2d8df836d533 100644 --- a/drivers/net/wireless/ath9k/rc.h +++ b/drivers/net/wireless/ath9k/rc.h | |||
@@ -290,7 +290,7 @@ struct ath_tx_info_priv { | |||
290 | /* | 290 | /* |
291 | * Attach/detach a rate control module. | 291 | * Attach/detach a rate control module. |
292 | */ | 292 | */ |
293 | struct ath_rate_softc *ath_rate_attach(struct ath_hal *ah); | 293 | struct ath_rate_softc *ath_rate_attach(struct ath_softc *sch); |
294 | void ath_rate_detach(struct ath_rate_softc *asc); | 294 | void ath_rate_detach(struct ath_rate_softc *asc); |
295 | 295 | ||
296 | /* | 296 | /* |