summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-05-17 12:01:16 +0530
committerJohn W. Linville <linville@tuxdriver.com>2010-06-02 16:13:15 -0400
commit0d425a7d7bc7bc834fe04e15e88b61bc34331a98 (patch)
tree3b4722ea7ad80ad9ef873026604255bb9d0ea482 /drivers/net/wireless/ath/ath9k/htc.h
parent01574c4b46d08e62d509118ad209983c00ade898 (diff)
downloadlinux-stable-0d425a7d7bc7bc834fe04e15e88b61bc34331a98.tar.gz
linux-stable-0d425a7d7bc7bc834fe04e15e88b61bc34331a98.tar.bz2
linux-stable-0d425a7d7bc7bc834fe04e15e88b61bc34331a98.zip
ath9k_htc: Cleanup rate initialization
This patch removes a large chunk of code dealing with rate management within the driver and simplifying things by removing the hacky method of calculating HT changes. A subsequent patch would fix this by just using BSS_CHANGED_HT from mac80211. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 2207299547f8..bf2bd4211c87 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -401,8 +401,6 @@ struct ath9k_htc_priv {
#ifdef CONFIG_ATH9K_HTC_DEBUGFS
struct ath9k_debug debug;
#endif
- struct ath9k_htc_target_rate tgt_rate;
-
struct mutex mutex;
};