qcacmn: Fix wlan_cfg file inclusion and remove duplicate static API
Due to issues in Kbuild wlan_cfg was included using relative path. Also getting rid of a duplicate static function definition in dp_peer.c. Change-Id: Ie0883340a9143b739119f18c8871b4baa9787980 CRs-Fixed: 2005582
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "hal_tx.h"
|
||||
#include "qdf_mem.h"
|
||||
#include "qdf_nbuf.h"
|
||||
#include "../../wlan_cfg/wlan_cfg.h"
|
||||
#include <wlan_cfg.h>
|
||||
|
||||
#ifdef TX_PER_PDEV_DESC_POOL
|
||||
#define DP_TX_GET_DESC_POOL_ID(vdev) (vdev->pdev->pdev_id)
|
||||
|
Reference in New Issue
Block a user