summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/core.h
diff options
context:
space:
mode:
authorThomas Pedersen <c_tpeder@qca.qualcomm.com>2012-05-15 00:09:23 -0700
committerKalle Valo <kvalo@qca.qualcomm.com>2012-05-16 16:20:58 +0300
commitc422d52d0450988ce9a1ffdddb78807538396749 (patch)
tree0466850d0a72de10f2234e73173c327e1de27a77 /drivers/net/wireless/ath/ath6kl/core.h
parent6821d4f08dcdc7d8c21a3280f57f53a080f19840 (diff)
downloadlinux-c422d52d0450988ce9a1ffdddb78807538396749.tar.bz2
ath6kl: enable enhanced bmiss detection
Enable enhanced bmiss detection if the firmware supports it. This feature is only enabled on some firmwares since it comes with a power cost. Also add a few missing command ids to keep the enums straight. kvalo: fix a compiler with ath6kl_err(), add few empty lines Signed-off-by: Thomas Pedersen <c_tpeder@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/core.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/core.h b/drivers/net/wireless/ath/ath6kl/core.h
index 79c7055674bd..99169794ff3a 100644
--- a/drivers/net/wireless/ath/ath6kl/core.h
+++ b/drivers/net/wireless/ath/ath6kl/core.h
@@ -107,6 +107,9 @@ enum ath6kl_fw_capability {
*/
ATH6KL_FW_CAPABILITY_WOW_MULTICAST_FILTER,
+ /* Firmware supports enhanced bmiss detection */
+ ATH6KL_FW_CAPABILITY_BMISS_ENHANCE,
+
/* this needs to be last */
ATH6KL_FW_CAPABILITY_MAX,
};