summaryrefslogtreecommitdiff
path: root/core/cds
diff options
context:
space:
mode:
authorAbhishek Singh <absingh@codeaurora.org>2019-03-18 11:38:50 +0530
committernshrivas <nshrivas@codeaurora.org>2019-03-19 16:51:03 -0700
commit72a04bf418513b0544e2b9ed8375bfcca6a9d927 (patch)
treef5b5a24ed0fdb5bd0460cd60bc3cb021996761be /core/cds
parentb9a6acd4f3d4be22906f631937207bd5acc7a43b (diff)
downloadqcacld-72a04bf418513b0544e2b9ed8375bfcca6a9d927.tar.gz
qcacld-3.0: Remove unused lim_is_system_in_scan_state
lim_is_system_in_scan_state was used when scan was handled by host and with scan offloaded the API always return false and thus is of no use. Also the SCAN state used by it are never set. Thus remove the unused scan state and lim_is_system_in_scan_state. Change-Id: Ie9b78340035d85805cc9416f557b683a0a3be232 CRs-Fixed: 2417851
Diffstat (limited to 'core/cds')
-rw-r--r--core/cds/src/i_cds_packet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/cds/src/i_cds_packet.h b/core/cds/src/i_cds_packet.h
index 358e15d9a9..947bcd6fef 100644
--- a/core/cds/src/i_cds_packet.h
+++ b/core/cds/src/i_cds_packet.h
@@ -50,7 +50,6 @@
* @mpdu_data_len: Length of 802.11 MPDU payload
* @offloadScanLearn: Bit set to 1 for beacons received during roaming scan
* @roamCandidateInd: Bit set to 1 when roaming candidate is found by fw
- * @scan: Bit set to 1 if packet received during scanning
* @scan_src: Source of scan
* @dpuFeedback: DPU feedback for frame
* @session_id: PE session
@@ -69,7 +68,6 @@ typedef struct {
uint32_t mpdu_data_len;
uint8_t offloadScanLearn:1;
uint8_t roamCandidateInd:1;
- uint8_t scan:1;
uint8_t scan_src;
uint8_t dpuFeedback;
uint8_t session_id;