wlan: Register address fix for multiple HW support

Register address fix for multiple HW support One BMU register address
fix

Change-Id: I3d81ba75e6c6b4a6ed10888479e5a999203a93b3
CR-Fixed: 437691
diff --git a/CORE/DXE/src/wlan_qct_dxe_i.h b/CORE/DXE/src/wlan_qct_dxe_i.h
index ec0def2..6bdd1e0 100644
--- a/CORE/DXE/src/wlan_qct_dxe_i.h
+++ b/CORE/DXE/src/wlan_qct_dxe_i.h
@@ -96,8 +96,6 @@
  * If official msmreg.h integrated, this part will be eliminated */
 /* Start with base address */
 
-#define WLANDXE_BMU_AVAILABLE_BD_PDU     0x03080084
-
 #ifdef WCN_PRONTO
 #define WLANDXE_CCU_DXE_INT_SELECT       0xfb2050dc
 #define WLANDXE_CCU_DXE_INT_SELECT_STAT  0xfb2050e0
@@ -118,6 +116,8 @@
 #endif
 #endif /* PAL_OS_TYPE_BMP */
 
+#define WLANDXE_BMU_AVAILABLE_BD_PDU     (WLANDXE_WCNSS_BASE_ADDRESS + 0x80084)
+
 #define WLANDXE_REGISTER_BASE_ADDRESS    (WLANDXE_WCNSS_BASE_ADDRESS + 0x202000)
 
 /* Common over the channels register addresses */