diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-08-29 20:09:08 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 16:17:42 -0400 |
commit | 99c4a780624da24d20309f2be5abe5ef8d20fcc0 (patch) | |
tree | d244a0701097d03794a226946d370ed31bcd7bf8 /drivers/net/wireless/b43/phy_a.h | |
parent | f59ac0481660e66cec67f1d6b024e78b9dc715fe (diff) |
b43: Move remaining code from phy.c to phy_a.c
This moves the remaining code from phy.c to phy_a.c
phy.c is removed.
No functional change. Just moving code and removing dead code.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_a.h')
-rw-r--r-- | drivers/net/wireless/b43/phy_a.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_a.h b/drivers/net/wireless/b43/phy_a.h index e8640f7312b..583da0e416e 100644 --- a/drivers/net/wireless/b43/phy_a.h +++ b/drivers/net/wireless/b43/phy_a.h | |||
@@ -105,6 +105,14 @@ void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, | |||
105 | struct b43_phy_a { | 105 | struct b43_phy_a { |
106 | bool initialised; | 106 | bool initialised; |
107 | 107 | ||
108 | /* Pointer to the table used to convert a | ||
109 | * TSSI value to dBm-Q5.2 */ | ||
110 | const s8 *tssi2dbm; | ||
111 | /* Target idle TSSI */ | ||
112 | int tgt_idle_tssi; | ||
113 | /* Current idle TSSI */ | ||
114 | int cur_idle_tssi;//FIXME value currently not set | ||
115 | |||
108 | /* A-PHY TX Power control value. */ | 116 | /* A-PHY TX Power control value. */ |
109 | u16 txpwr_offset; | 117 | u16 txpwr_offset; |
110 | 118 | ||