qcacmn: Cleanup VDEV SM related flags and unused code

Legacy code for VDEV_SM is no more used, thus clean up flags
CMN_VDEV_MLME_SM_ENABLE and CMN_VDEV_MLME_CMPT_ENABLE.

Change-Id: I4f7b1099d4929f6250b1868c53b73d7c235a9c22
CRs-Fixed: 2457270
Bu işleme şunda yer alıyor:
Abhishek Singh
2019-05-21 18:01:45 +05:30
işlemeyi yapan: nshrivas
ebeveyn 485478ae4e
işleme 3b2666f1a5
9 değiştirilmiş dosya ile 0 ekleme ve 188 silme

Dosyayı Görüntüle

@@ -20,7 +20,6 @@
#ifndef _WLAN_MLME_CMN_H_
#define _WLAN_MLME_CMN_H_
#ifdef CMN_VDEV_MLME_CMPT_ENABLE
#include <include/wlan_pdev_mlme.h>
#include <include/wlan_vdev_mlme.h>
@@ -213,16 +212,4 @@ QDF_STATUS wlan_cmn_mlme_init(void);
* FAILURE, if registration fails
*/
QDF_STATUS wlan_cmn_mlme_deinit(void);
#else
static inline QDF_STATUS wlan_cmn_mlme_init(void)
{
return QDF_STATUS_SUCCESS;
}
static inline QDF_STATUS wlan_cmn_mlme_deinit(void)
{
return QDF_STATUS_SUCCESS;
}
#endif
#endif