diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-11-18 06:35:13 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-26 17:47:24 +0300 |
commit | 46494e6df8f6d9739d56c8b980229af4e5d2353f (patch) | |
tree | 530017a93b99a64fbf0750e160ddcc259211dee5 /drivers/net/wireless/ath9k/rc.h | |
parent | 4df8ec64fdec5a99ebfe41467d414e235d5d051e (diff) | |
download | linux-46494e6df8f6d9739d56c8b980229af4e5d2353f.tar.xz |
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 { /* * Attach/detach a rate control module. */ -struct ath_rate_softc *ath_rate_attach(struct ath_hal *ah); +struct ath_rate_softc *ath_rate_attach(struct ath_softc *sch); void ath_rate_detach(struct ath_rate_softc *asc); /* |