aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/phy_n.c')
-rw-r--r--drivers/net/wireless/b43/phy_n.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c
index 6b995b92af7..cb784a2504a 100644
--- a/drivers/net/wireless/b43/phy_n.c
+++ b/drivers/net/wireless/b43/phy_n.c
@@ -29,6 +29,30 @@
29#include "phy_n.h" 29#include "phy_n.h"
30#include "tables_nphy.h" 30#include "tables_nphy.h"
31 31
32struct nphy_txgains {
33 u16 txgm[2];
34 u16 pga[2];
35 u16 pad[2];
36 u16 ipa[2];
37};
38
39struct nphy_iqcal_params {
40 u16 txgm;
41 u16 pga;
42 u16 pad;
43 u16 ipa;
44 u16 cal_gain;
45 u16 ncorr[5];
46};
47
48struct nphy_iq_est {
49 s32 iq0_prod;
50 u32 i0_pwr;
51 u32 q0_pwr;
52 s32 iq1_prod;
53 u32 i1_pwr;
54 u32 q1_pwr;
55};
32 56
33void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna) 57void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna)
34{//TODO 58{//TODO