qcacld-3.0: Harmonize legacy PMM and SME definitions

The PMM module and message definitions are not used by the current
version of the driver. However the message ID number space overlaps
with the SME message IDs. In order to harmonize the code:
- Remove the legacy PMM Module & Message ID definitions
- Consolidate the SME Module & Message ID definitions
- Update the dispatch logic to correctly indicate it is SME and not
  PMM messages which are being dispatched

Change-Id: Idcf66633c2060e52e930addaa8cecb3faf89bc90
CRs-Fixed: 2378317
diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h
index e8d235f..6a582f9 100644
--- a/core/mac/inc/sir_api.h
+++ b/core/mac/inc/sir_api.h
@@ -165,7 +165,7 @@
 	SIR_LIM_MODULE_ID,
 	SIR_ARQ_MODULE_ID,
 	SIR_SCH_MODULE_ID,
-	SIR_PMM_MODULE_ID,
+	SIR_SME_MODULE_ID,
 	SIR_DBG_MODULE_ID,
 	SIR_DPH_MODULE_ID,
 	SIR_SYS_MODULE_ID,