|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -27,6 +27,8 @@
|
|
|
#ifndef _WLAN_HDD_DEBUGFS_LLSTAT_H
|
|
|
#define _WLAN_HDD_DEBUGFS_LLSTAT_H
|
|
|
|
|
|
+#include <wlan_hdd_main.h>
|
|
|
+
|
|
|
#if defined(WLAN_FEATURE_11BE_MLO) && defined(CFG80211_11BE_BASIC)
|
|
|
#define DEBUGFS_LLSTATS_BUF_SIZE 32768
|
|
|
#else
|
|
@@ -36,8 +38,6 @@
|
|
|
#define DEBUGFS_LLSTATS_REQID 4294967295UL
|
|
|
#define DEBUGFS_LLSTATS_REQMASK 0x7
|
|
|
|
|
|
-#include <wlan_hdd_main.h>
|
|
|
-
|
|
|
#if defined(WLAN_FEATURE_LINK_LAYER_STATS) && defined(WLAN_DEBUGFS)
|
|
|
/**
|
|
|
* hdd_debugfs_process_peer_stats() - Parse Peer stats and add it to buffer
|