Lines Matching defs:b43_phy_g
116 struct b43_phy_g { struct
118 bool aci_enable;
119 bool aci_wlan_automatic;
120 bool aci_hw_rssi;
123 bool radio_on;
124 struct {
130 } radio_off_context;
132 u16 minlowsig[2];
133 u16 minlowsigpos[2];
137 const s8 *tssi2dbm;
139 bool dyn_tssi_tbl;
141 int tgt_idle_tssi;
143 int cur_idle_tssi;
145 u8 average_tssi;
147 struct b43_bbatt bbatt;
148 struct b43_rfatt rfatt;
149 u8 tx_control; /* B43_TXCTL_XXX */
152 int bbatt_delta;
153 int rfatt_delta;
156 struct b43_txpower_lo_control *lo_control;
158 s16 max_lb_gain; /* Maximum Loopback gain in hdB */
159 s16 trsw_rx_gain; /* TRSW RX gain in hdB */
160 s16 lna_lod_gain; /* LNA lod */
161 s16 lna_gain; /* LNA */
162 s16 pga_gain; /* PGA */
165 int interfmode;
174 u32 interfstack[B43_INTERFSTACK_SIZE]; //FIXME: use a data structure
177 s16 nrssi[2];
178 s32 nrssislope;
180 s8 nrssi_lt[64];
182 u16 lofcal;
184 u16 initval; //FIXME rename?
189 u16 ofdmtab_addr; /* The address currently set in hardware. */
190 enum { /* The last data flow direction. */
194 } ofdmtab_addr_direction;