qcacld-3.0: Remove csrScanSetChannelMask() prototype

csr_internal.h exports csrScanSetChannelMask() but the function is not
present, so remove the obsolete prototype.

Change-Id: I405cc2d9aa12cce15c58118d335a7eeb2b863b70
CRs-Fixed: 2108357
This commit is contained in:
Jeff Johnson
2017-09-08 10:48:00 -07:00
committed by snandini
parent 634f2ff71c
commit 6061a01ba2

View File

@@ -1186,8 +1186,6 @@ QDF_STATUS csr_get_modify_profile_fields(tpAniSirGlobal pMac,
pModifyProfileFields);
void csr_set_global_cfgs(tpAniSirGlobal pMac);
void csr_set_default_dot11_mode(tpAniSirGlobal pMac);
void csrScanSetChannelMask(tpAniSirGlobal pMac,
tCsrChannelInfo *pChannelInfo);
bool csr_is_conn_state_disconnected(tpAniSirGlobal pMac,
uint32_t sessionId);
bool csr_is_conn_state_connected_ibss(tpAniSirGlobal pMac,