Ver Fonte

qcacmn: Object Manager change

Add change to update the max number of devices to 3

Change-Id: Iad1d3f0b1c6c56c39dc301039b7520e5b44ec0c8
CRs-Fixed: 2006510
Soumya Bhat há 8 anos atrás
pai
commit
394a0f6e40
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

+ 1 - 1
umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h

@@ -29,7 +29,7 @@
 #include "qdf_atomic.h"
 
 /* No. of PSOCs can be supported */
-#define WLAN_OBJMGR_MAX_DEVICES 2
+#define WLAN_OBJMGR_MAX_DEVICES 3
 
 /* size of Hash */
 #define WLAN_PEER_HASHSIZE 64