#include <linux/debugfs.h>
#include "mt76x02.h"
static int
mt76x02_ampdu_stat_show(struct seq_file *file, void *data)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
static int read_txpower(struct seq_file *file, void *data)
{ … }
static int
mt76x02_dfs_stat_show(struct seq_file *file, void *data)
{ … }
DEFINE_SHOW_ATTRIBUTE(…);
static int read_agc(struct seq_file *file, void *data)
{ … }
static int
mt76_edcca_set(void *data, u64 val)
{ … }
static int
mt76_edcca_get(void *data, u64 *val)
{ … }
DEFINE_DEBUGFS_ATTRIBUTE(…);
static int mt76x02_read_rate_txpower(struct seq_file *s, void *data)
{ … }
void mt76x02_init_debugfs(struct mt76x02_dev *dev)
{ … }
EXPORT_SYMBOL_GPL(…);