diff options
| author | Sandeep Puligilla <spuligil@qca.qualcomm.com> | 2015-01-06 13:39:06 -0800 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-01-12 15:24:04 +0530 |
| commit | f90c2fef2ef1e142da871ff08eeb18e2681b7fc3 (patch) | |
| tree | fdc9171f4e6e034ce9d227237234f9e108adadad /CORE/MAC/src/include | |
| parent | cb63c0d92ce28a7577ef512a4a566841dabb01d8 (diff) | |
qcacld: Remove setrssifilter command
'setRssifilter' command is specific to pronto
and not needed in qcacld.
Change-Id: I87fa73d2e76faccbe3b4dc48f5214e1fb7fa014c
CRs-Fixed: 777804
Diffstat (limited to 'CORE/MAC/src/include')
| -rw-r--r-- | CORE/MAC/src/include/sirParams.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h index 407c11674b2e..db441d7b62c8 100644 --- a/CORE/MAC/src/include/sirParams.h +++ b/CORE/MAC/src/include/sirParams.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -447,7 +447,6 @@ typedef struct sSirMbMsgP2p #define SIR_HAL_SET_PNO_REQ (SIR_HAL_ITC_MSG_TYPES_BEGIN + 170) #define SIR_HAL_SET_PNO_CHANGED_IND (SIR_HAL_ITC_MSG_TYPES_BEGIN + 171) #define SIR_HAL_UPDATE_SCAN_PARAMS (SIR_HAL_ITC_MSG_TYPES_BEGIN + 172) -#define SIR_HAL_SET_RSSI_FILTER_REQ (SIR_HAL_ITC_MSG_TYPES_BEGIN + 173) #endif // FEATURE_WLAN_SCAN_PNO |
