#include "ath9k.h"
static void ath9k_tx99_stop(struct ath_softc *sc)
{ … }
static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc)
{ … }
static void ath9k_tx99_deinit(struct ath_softc *sc)
{ … }
static int ath9k_tx99_init(struct ath_softc *sc)
{ … }
static ssize_t read_file_tx99(struct file *file, char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static ssize_t write_file_tx99(struct file *file, const char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static const struct file_operations fops_tx99 = …;
static ssize_t read_file_tx99_power(struct file *file,
char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static ssize_t write_file_tx99_power(struct file *file,
const char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static const struct file_operations fops_tx99_power = …;
void ath9k_tx99_init_debug(struct ath_softc *sc)
{ … }