aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.h
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2011-07-29 08:08:14 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-08-09 15:42:38 -0400
commit0f9dc298215ed96383378eca1a6f63a1d190f44a (patch)
treef902dcd138dbff546a2b73c62facefb2867bc4fc /drivers/net/wireless/ath/ath9k/rc.h
parent3f4c4bdd9d4d069e3d5e6154bfdd809f7923a90b (diff)
ath9k: Remove virtual wiphy specific frame type
This patch cleanups virtual wiphy specific frametype structure Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/rc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/rc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath9k/rc.h b/drivers/net/wireless/ath/ath9k/rc.h
index c3d850207be..b7a4bcd3eec 100644
--- a/drivers/net/wireless/ath/ath9k/rc.h
+++ b/drivers/net/wireless/ath/ath9k/rc.h
@@ -221,12 +221,6 @@ struct ath_rate_priv {
221 struct ath_rc_stats rcstats[RATE_TABLE_SIZE]; 221 struct ath_rc_stats rcstats[RATE_TABLE_SIZE];
222}; 222};
223 223
224enum ath9k_internal_frame_type {
225 ATH9K_IFT_NOT_INTERNAL,
226 ATH9K_IFT_PAUSE,
227 ATH9K_IFT_UNPAUSE
228};
229
230#ifdef CONFIG_ATH9K_RATE_CONTROL 224#ifdef CONFIG_ATH9K_RATE_CONTROL
231int ath_rate_control_register(void); 225int ath_rate_control_register(void);
232void ath_rate_control_unregister(void); 226void ath_rate_control_unregister(void);