diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2015-11-17 19:49:23 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-11-18 11:20:36 +0200 |
commit | 58619b14d106e453e3924810fac16a8644b04db1 (patch) | |
tree | 46f76b765f3e469cb651ae1d7dc8cafac4fc975e /drivers/net/wireless/b43/radio_2059.h | |
parent | 30fe0f9b8c755d9aab04bb7c98ce9c7835c3bd24 (diff) | |
download | kernel_replicant_linux-58619b14d106e453e3924810fac16a8644b04db1.tar.gz kernel_replicant_linux-58619b14d106e453e3924810fac16a8644b04db1.tar.bz2 kernel_replicant_linux-58619b14d106e453e3924810fac16a8644b04db1.zip |
b43: move under broadcom vendor directory
Part of reorganising wireless drivers directory and Kconfig.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/b43/radio_2059.h')
-rw-r--r-- | drivers/net/wireless/b43/radio_2059.h | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/drivers/net/wireless/b43/radio_2059.h b/drivers/net/wireless/b43/radio_2059.h deleted file mode 100644 index 9e22fb60588b..000000000000 --- a/drivers/net/wireless/b43/radio_2059.h +++ /dev/null @@ -1,60 +0,0 @@ -#ifndef B43_RADIO_2059_H_ -#define B43_RADIO_2059_H_ - -#include <linux/types.h> - -#include "phy_ht.h" - -#define R2059_C1 0x000 -#define R2059_C2 0x400 -#define R2059_C3 0x800 -#define R2059_ALL 0xC00 - -#define R2059_RCAL_CONFIG 0x004 -#define R2059_RFPLL_MASTER 0x011 -#define R2059_RFPLL_MISC_EN 0x02b -#define R2059_RFPLL_MISC_CAL_RESETN 0x02e -#define R2059_XTAL_CONFIG2 0x0c0 -#define R2059_RCCAL_START_R1_Q1_P1 0x13c -#define R2059_RCCAL_X1 0x13d -#define R2059_RCCAL_TRC0 0x13e -#define R2059_RCCAL_DONE_OSCCAP 0x140 -#define R2059_RCAL_STATUS 0x145 -#define R2059_RCCAL_MASTER 0x17f - -/* Values for various registers uploaded on channel switching */ -struct b43_phy_ht_channeltab_e_radio2059 { - /* The channel frequency in MHz */ - u16 freq; - /* Values for radio registers */ - u8 radio_syn16; - u8 radio_syn17; - u8 radio_syn22; - u8 radio_syn25; - u8 radio_syn27; - u8 radio_syn28; - u8 radio_syn29; - u8 radio_syn2c; - u8 radio_syn2d; - u8 radio_syn37; - u8 radio_syn41; - u8 radio_syn43; - u8 radio_syn47; - u8 radio_rxtx4a; - u8 radio_rxtx58; - u8 radio_rxtx5a; - u8 radio_rxtx6a; - u8 radio_rxtx6d; - u8 radio_rxtx6e; - u8 radio_rxtx92; - u8 radio_rxtx98; - /* Values for PHY registers */ - struct b43_phy_ht_channeltab_e_phy phy_regs; -}; - -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 /* B43_RADIO_2059_H_ */ |