mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 19:14:35 -04:00
Update Qualcomm copyrights per current legal guidance. Assisted-by: Claude:claude-sonnet-4-6 Link: https://patch.msgid.link/20260608-ath12k-copyright-v2-1-37504d70b03c@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
25 lines
561 B
C
25 lines
561 B
C
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
|
/*
|
|
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
*/
|
|
|
|
#ifndef _ATH12K_DEBUGFS_STA_H_
|
|
#define _ATH12K_DEBUGFS_STA_H_
|
|
|
|
#include <net/mac80211.h>
|
|
|
|
#include "core.h"
|
|
|
|
#define ATH12K_STA_RX_STATS_BUF_SIZE (1024 * 16)
|
|
|
|
#ifdef CONFIG_ATH12K_DEBUGFS
|
|
|
|
void ath12k_debugfs_link_sta_op_add(struct ieee80211_hw *hw,
|
|
struct ieee80211_vif *vif,
|
|
struct ieee80211_link_sta *link_sta,
|
|
struct dentry *dir);
|
|
|
|
#endif /* CONFIG_ATH12K_DEBUGFS */
|
|
|
|
#endif /* _ATH12K_DEBUGFS_STA_H_ */
|