debugfs_sta.h 572 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: BSD-3-Clause-Clear */
  2. /*
  3. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef _ATH12K_DEBUGFS_STA_H_
  6. #define _ATH12K_DEBUGFS_STA_H_
  7. #include <net/mac80211.h>
  8. #include "core.h"
  9. #define ATH12K_STA_RX_STATS_BUF_SIZE (1024 * 16)
  10. #ifdef CONFIG_ATH12K_DEBUGFS
  11. void ath12k_debugfs_link_sta_op_add(struct ieee80211_hw *hw,
  12. struct ieee80211_vif *vif,
  13. struct ieee80211_link_sta *link_sta,
  14. struct dentry *dir);
  15. #endif /* CONFIG_ATH12K_DEBUGFS */
  16. #endif /* _ATH12K_DEBUGFS_STA_H_ */