|
@@ -71,6 +71,7 @@
|
|
|
#endif
|
|
|
#include "wlan_mlme_ucfg_api.h"
|
|
|
#include "cfg_ucfg_api.h"
|
|
|
+#include "wlan_cp_stats_mc_ucfg_api.h"
|
|
|
|
|
|
/* Preprocessor Definitions and Constants */
|
|
|
|
|
@@ -666,6 +667,8 @@ QDF_STATUS cds_open(struct wlan_objmgr_psoc *psoc)
|
|
|
goto deregister_modules;
|
|
|
}
|
|
|
|
|
|
+ ucfg_mc_cp_stats_register_pmo_handler();
|
|
|
+
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
|
|
|
deregister_modules:
|