summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/core.h
diff options
context:
space:
mode:
authorThomas Pedersen <c_tpeder@qca.qualcomm.com>2012-06-21 12:50:08 -0700
committerKalle Valo <kvalo@qca.qualcomm.com>2012-10-24 11:49:31 +0300
commit85b20fc2420c4d20729f3bbdbfe5962dcc58c3b0 (patch)
tree0bdc0b3837b710af6d895c6a06007e9a06a47bb5 /drivers/net/wireless/ath/ath6kl/core.h
parent9b34f40c20111ba658f88e1669598db494be1fbc (diff)
ath6kl: support rssi threshold for sched scan
The ath6kl firmware can filter scan results based on rssi. This is useful to limit hosts wakeups on scheduled scans. 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 cec49a31029a..a6f0d2c40d2e 100644
--- a/drivers/net/wireless/ath/ath6kl/core.h
+++ b/drivers/net/wireless/ath/ath6kl/core.h
@@ -115,6 +115,9 @@ enum ath6kl_fw_capability {
*/
ATH6KL_FW_CAPABILITY_SCHED_SCAN_MATCH_LIST,
+ /* Firmware supports filtering BSS results by RSSI */
+ ATH6KL_FW_CAPABILITY_RSSI_SCAN_THOLD,
+
/* this needs to be last */
ATH6KL_FW_CAPABILITY_MAX,
};