aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith Manoharan <Sujith.Manoharan@atheros.com>2011-04-27 17:13:23 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-04-28 14:53:20 -0400
commita55bb94aa37782fe9457751a3e508b1129fbbc7a (patch)
tree0dd261242894415036d8a2f12de8031eafbc58e9 /drivers/net/wireless/ath/ath9k/htc.h
parentath9k_htc: Remove unused WMI_AGGR_LIMIT_CMD (diff)
downloadlinux-dev-a55bb94aa37782fe9457751a3e508b1129fbbc7a.tar.xz
linux-dev-a55bb94aa37782fe9457751a3e508b1129fbbc7a.zip
ath9k_htc: Add a new WMI command to set a rate mask
This patch adds WMI_BITRATE_MASK_CMDID which can be used by the set_bitrate_mask() handler. Signed-off-by: Sujith Manoharan <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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 55f4bb39c9ec..6bb71e311a4b 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -171,6 +171,13 @@ struct ath9k_htc_target_rate {
struct ath9k_htc_rate rates;
};
+struct ath9k_htc_target_rate_mask {
+ u8 vif_index;
+ u8 band;
+ __be32 mask;
+ u16 pad;
+} __packed;
+
struct ath9k_htc_target_int_stats {
__be32 rx;
__be32 rxorn;