#ifndef B43_RADIO_2059_H_
#define B43_RADIO_2059_H_
#include <linux/types.h>
#include "phy_ht.h"
#define R2059_C1 …
#define R2059_C2 …
#define R2059_C3 …
#define R2059_ALL …
#define R2059_RCAL_CONFIG …
#define R2059_RFPLL_MASTER …
#define R2059_RFPLL_MISC_EN …
#define R2059_RFPLL_MISC_CAL_RESETN …
#define R2059_XTAL_CONFIG2 …
#define R2059_RCCAL_START_R1_Q1_P1 …
#define R2059_RCCAL_X1 …
#define R2059_RCCAL_TRC0 …
#define R2059_RCCAL_DONE_OSCCAP …
#define R2059_RCAL_STATUS …
#define R2059_RCCAL_MASTER …
struct b43_phy_ht_channeltab_e_radio2059 { … };
void r2059_upload_inittabs(struct b43_wldev *dev);
const struct b43_phy_ht_channeltab_e_radio2059
*b43_phy_ht_get_channeltab_e_r2059(struct b43_wldev *dev, u16 freq);
#endif