瀏覽代碼

qcacld-3.0: Resolve compiler issue for Fillmore

There is implicit declaration of function wlan_mlo_get_tdls_link_vdev
issue when compiling Fillmore devSP. To resolve it, add the
corresponding header file.

Change-Id: I6bc4dc01b82f3a0805e79fb7e25c4c4c7642c4e6
CRs-Fixed: 3477725
Paul Zhang 1 年之前
父節點
當前提交
41881c7d5d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/mac/src/pe/lim/lim_send_management_frames.c

+ 1 - 0
core/mac/src/pe/lim/lim_send_management_frames.c

@@ -60,6 +60,7 @@
 #include "wlan_crypto_global_api.h"
 #include "wlan_connectivity_logging.h"
 #include "lim_mlo.h"
+#include "wlan_mlo_mgr_sta.h"
 
 /**
  *