Lines Matching defs:b43_phy_g
117 struct b43_phy_g { struct
119 bool aci_enable;
120 bool aci_wlan_automatic;
121 bool aci_hw_rssi;
124 bool radio_on;
125 struct {
131 } radio_off_context;
133 u16 minlowsig[2];
134 u16 minlowsigpos[2];
138 const s8 *tssi2dbm;
140 bool dyn_tssi_tbl;
142 int tgt_idle_tssi;
144 int cur_idle_tssi;
146 u8 average_tssi;
148 struct b43_bbatt bbatt;
149 struct b43_rfatt rfatt;
150 u8 tx_control; /* B43_TXCTL_XXX */
153 int bbatt_delta;
154 int rfatt_delta;
157 struct b43_txpower_lo_control *lo_control;
159 s16 max_lb_gain; /* Maximum Loopback gain in hdB */
160 s16 trsw_rx_gain; /* TRSW RX gain in hdB */
161 s16 lna_lod_gain; /* LNA lod */
162 s16 lna_gain; /* LNA */
163 s16 pga_gain; /* PGA */
166 int interfmode;
175 u32 interfstack[B43_INTERFSTACK_SIZE]; //FIXME: use a data structure
178 s16 nrssi[2];
179 s32 nrssislope;
181 s8 nrssi_lt[64];
183 u16 lofcal;
185 u16 initval; //FIXME rename?
190 u16 ofdmtab_addr; /* The address currently set in hardware. */
191 enum { /* The last data flow direction. */
195 } ofdmtab_addr_direction;