qcacld-3.0: Define DPT_DEBUGFS_PERMS outside ifdef
DPT_DEBUGFS_PERMS macro has been defined inside ifdef QCA_SUPPORT_TXRX_LOCAL_PEER_ID. Since this can cause problems when the above config is not set, defining it outside. Change-Id: Ibf02f692ddaf0b5de17d647cce27a6e093f7b7df CRs-Fixed: 2238106
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
bc70f0da98
commit
83871f7a7d
@@ -84,12 +84,12 @@
|
||||
#include <ol_txrx_ipa.h>
|
||||
#include "wlan_roam_debug.h"
|
||||
|
||||
#ifdef QCA_SUPPORT_TXRX_LOCAL_PEER_ID
|
||||
#define DPT_DEBUGFS_PERMS (QDF_FILE_USR_READ | \
|
||||
QDF_FILE_USR_WRITE | \
|
||||
QDF_FILE_GRP_READ | \
|
||||
QDF_FILE_OTH_READ)
|
||||
|
||||
#ifdef QCA_SUPPORT_TXRX_LOCAL_PEER_ID
|
||||
ol_txrx_peer_handle
|
||||
ol_txrx_peer_find_by_local_id(struct cdp_pdev *pdev,
|
||||
uint8_t local_peer_id);
|
||||
|
Reference in New Issue
Block a user