aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/wmi.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-11-23 13:21:54 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2011-11-24 07:31:37 -0500
commit0bb4e30f13ce7c4e811ea5937f39d985f02a9aff (patch)
treea4fa02789bb4fe3c42483f7e7eac3ef34a2251ce /drivers/net/wireless/ath/ath6kl/wmi.h
parentb992a28557afdcabcee7d8af88471dddfe791c11 (diff)
ath6kl: remove unused sc_params from struct ath6kl
It was only initialised but not used anywhere. Also remove two defines which ended up unused after this change. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/wmi.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index 76342d5a1906..69db9470f0d0 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -748,9 +748,6 @@ struct wmi_start_scan_cmd {
748 __le16 ch_list[1]; 748 __le16 ch_list[1];
749} __packed; 749} __packed;
750 750
751/* WMI_SET_SCAN_PARAMS_CMDID */
752#define WMI_SHORTSCANRATIO_DEFAULT 3
753
754/* 751/*
755 * Warning: scan control flag value of 0xFF is used to disable 752 * Warning: scan control flag value of 0xFF is used to disable
756 * all flags in WMI_SCAN_PARAMS_CMD. Do not add any more 753 * all flags in WMI_SCAN_PARAMS_CMD. Do not add any more
@@ -783,13 +780,6 @@ enum wmi_scan_ctrl_flags_bits {
783 ENABLE_SCAN_ABORT_EVENT = 0x40 780 ENABLE_SCAN_ABORT_EVENT = 0x40
784}; 781};
785 782
786#define DEFAULT_SCAN_CTRL_FLAGS \
787 (CONNECT_SCAN_CTRL_FLAGS | \
788 SCAN_CONNECTED_CTRL_FLAGS | \
789 ACTIVE_SCAN_CTRL_FLAGS | \
790 ROAM_SCAN_CTRL_FLAGS | \
791 ENABLE_AUTO_CTRL_FLAGS)
792
793struct wmi_scan_params_cmd { 783struct wmi_scan_params_cmd {
794 /* sec */ 784 /* sec */
795 __le16 fg_start_period; 785 __le16 fg_start_period;