1 #ifndef B43_RADIO_2059_H_
2 #define B43_RADIO_2059_H_
4 #include <linux/types.h>
10 #define R2059_C3 0x800
11 #define R2059_ALL 0xC00
13 /* Values for various registers uploaded on channel switching */
14 struct b43_phy_ht_channeltab_e_radio2059
{
15 /* The channel frequency in MHz */
17 /* Values for radio registers */
39 /* Values for PHY registers */
40 struct b43_phy_ht_channeltab_e_phy phy_regs
;
43 const struct b43_phy_ht_channeltab_e_radio2059
44 *b43_phy_ht_get_channeltab_e_r2059(struct b43_wldev
*dev
, u16 freq
);
46 #endif /* B43_RADIO_2059_H_ */