浏览代码

qcacmn: Fix compilation issue in batched inval desc API

Fix compilation issue in batched inval desc API

Change-Id: Iedd0a7554006ce11aceed8d1949d25458c0c127b
Radha Krishna Simha Jiguru 5 年之前
父节点
当前提交
0750a7c7c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dp/wifi3.0/dp_internal.h

+ 1 - 1
dp/wifi3.0/dp_internal.h

@@ -1792,7 +1792,7 @@ static inline void dp_srng_dst_inv_cached_descs(struct dp_soc *dp_soc,
 {
 {
 	hal_soc_handle_t hal_soc = dp_soc->hal_soc;
 	hal_soc_handle_t hal_soc = dp_soc->hal_soc;
 
 
-	hal_srng_dst_inv_cached_descs(soc->hal_soc, hal_ring_hdl, num_entries);
+	hal_srng_dst_inv_cached_descs(hal_soc, hal_ring_hdl, num_entries);
 }
 }
 #else
 #else
 static inline void *dp_srng_dst_get_next(struct dp_soc *dp_soc,
 static inline void *dp_srng_dst_get_next(struct dp_soc *dp_soc,