diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2015-03-30 09:51:55 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-03-30 15:09:15 +0300 |
commit | 6aa4cf1cd4b26450dcb42dfa7107269843cfc57a (patch) | |
tree | 46fe36aecca2d3b3a7a73065e4f061cfd5be874b /drivers/net/wireless/ath/ath10k/htt.h | |
parent | 5653b39d6fe52d692b7461de5ee5b9905d9d4113 (diff) |
ath10k: add hw rate definitions
Prepare defines for future use.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt.h b/drivers/net/wireless/ath/ath10k/htt.h index 95df742fc827..ef64f301a9e8 100644 --- a/drivers/net/wireless/ath/ath10k/htt.h +++ b/drivers/net/wireless/ath/ath10k/htt.h @@ -25,6 +25,7 @@ #include <net/mac80211.h> #include "htc.h" +#include "hw.h" #include "rx_desc.h" #include "hw.h" |