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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user