aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_a.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-08-30 02:09:08 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-09-05 16:17:42 -0400
commit99c4a780624da24d20309f2be5abe5ef8d20fcc0 (patch)
treed244a0701097d03794a226946d370ed31bcd7bf8 /drivers/net/wireless/b43/phy_a.h
parentcfg80211: keep track of supported interface modes (diff)
downloadlinux-dev-99c4a780624da24d20309f2be5abe5ef8d20fcc0.tar.xz
linux-dev-99c4a780624da24d20309f2be5abe5ef8d20fcc0.zip
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.h8
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 e8640f7312bf..583da0e416ea 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,
struct b43_phy_a {
bool initialised;
+ /* Pointer to the table used to convert a
+ * TSSI value to dBm-Q5.2 */
+ const s8 *tssi2dbm;
+ /* Target idle TSSI */
+ int tgt_idle_tssi;
+ /* Current idle TSSI */
+ int cur_idle_tssi;//FIXME value currently not set
+
/* A-PHY TX Power control value. */
u16 txpwr_offset;