qcacld-3.0: Remove unused CFG CFG_RMC_ACTION_PERIOD_FREQUENCY
RMC is IBSS specific and CFG_RMC_ACTION_PERIOD_FREQUENCY is not used now so remove the same Change-Id: Icafff4bd7eb508d92c383861300146e3a0f2def7 CRs-Fixed: 2689882
This commit is contained in:

committed by
nshrivas

parent
2b7fc77cb9
commit
17b2fc57d7
@@ -524,16 +524,6 @@ QDF_STATUS wlan_mlme_set_sap_listen_interval(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS wlan_mlme_set_assoc_sta_limit(struct wlan_objmgr_psoc *psoc,
|
||||
int value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_set_rmc_action_period_freq() - Set the rmc action period frequency
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: Value that needs to be set from the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_set_rmc_action_period_freq(struct wlan_objmgr_psoc *psoc,
|
||||
int value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_set_sap_get_peer_info() - get the sap get peer info
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user