b43: Move remaining code from phy.c to phy_a.c
[safe/jmp/linux-2.6] / drivers / net / wireless / b43 / phy_a.h
index e8640f7..583da0e 100644 (file)
@@ -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;