#include <linux/module.h>
#include <brcmu_utils.h>
#include <brcmu_wifi.h>
#include <brcmu_d11.h>
static u16 d11n_sb(enum brcmu_chan_sb sb)
{ … }
static u16 d11n_bw(enum brcmu_chan_bw bw)
{ … }
static void brcmu_d11n_encchspec(struct brcmu_chan *ch)
{ … }
static u16 d11ac_bw(enum brcmu_chan_bw bw)
{ … }
static void brcmu_d11ac_encchspec(struct brcmu_chan *ch)
{ … }
static void brcmu_d11n_decchspec(struct brcmu_chan *ch)
{ … }
static void brcmu_d11ac_decchspec(struct brcmu_chan *ch)
{ … }
void brcmu_d11_attach(struct brcmu_d11inf *d11inf)
{ … }
EXPORT_SYMBOL(…);