Преглед изворни кода

qcacld-3.0: Add config option for CFG_TGT_NUM_MSDU_DESC

Add driver config option for CFG_TGT_NUM_MSDU_DESC

Change-Id: I9c738de779d03819e6920e9d3e260ec3d1fbd524
CRs-Fixed: 2390958
Ajit Pal Singh пре 6 година
родитељ
комит
6c59cec7b8
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      nan/core/inc/nan_public_structs.h

+ 4 - 0
nan/core/inc/nan_public_structs.h

@@ -26,7 +26,11 @@
 #include "qdf_types.h"
 #include "qdf_types.h"
 #include "qdf_status.h"
 #include "qdf_status.h"
 #include "scheduler_api.h"
 #include "scheduler_api.h"
+#if defined(CONFIG_HL_SUPPORT)
+#include "wlan_tgt_def_config_hl.h"
+#else
 #include "wlan_tgt_def_config.h"
 #include "wlan_tgt_def_config.h"
+#endif
 
 
 struct wlan_objmgr_psoc;
 struct wlan_objmgr_psoc;
 struct wlan_objmgr_vdev;
 struct wlan_objmgr_vdev;