aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/rc.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2008-11-17 22:35:13 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-11-26 09:47:24 -0500
commit46494e6df8f6d9739d56c8b980229af4e5d2353f (patch)
tree530017a93b99a64fbf0750e160ddcc259211dee5 /drivers/net/wireless/ath9k/rc.h
parent4df8ec64fdec5a99ebfe41467d414e235d5d051e (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.h2
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 */
293struct ath_rate_softc *ath_rate_attach(struct ath_hal *ah); 293struct ath_rate_softc *ath_rate_attach(struct ath_softc *sch);
294void ath_rate_detach(struct ath_rate_softc *asc); 294void ath_rate_detach(struct ath_rate_softc *asc);
295 295
296/* 296/*