瀏覽代碼

qcacmn: Object Manager change

Add change to update the max number of devices to 3

Change-Id: Iad1d3f0b1c6c56c39dc301039b7520e5b44ec0c8
CRs-Fixed: 2006510
Soumya Bhat 8 年之前
父節點
當前提交
394a0f6e40
共有 1 個文件被更改,包括 1 次插入1 次删除
  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