Lines Matching defs:brcms_band
249 struct brcms_band { struct
250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */
251 uint bandunit; /* bandstate[] index */
253 u16 phytype; /* phytype */
254 u16 phyrev;
255 u16 radioid;
256 u16 radiorev;
257 struct brcms_phy_pub *pi; /* pointer to phy specific information */
258 bool abgphy_encore;
260 u8 gmode; /* currently active gmode */
262 struct scb *hwrs_scb; /* permanent scb for hw rateset */
265 struct brcms_c_rateset defrateset;
267 u8 band_stf_ss_mode; /* Configured STF type, 0:siso; 1:cdd */
268 s8 band_stf_stbc_tx; /* STBC TX 0:off; 1:force on; -1:auto */
270 struct brcms_c_rateset hw_rateset;
271 u8 basic_rate[BRCM_MAXRATE + 1]; /* basic rates indexed by rate */
272 bool mimo_cap_40; /* 40 MHz cap enabled on this band */
273 s8 antgain; /* antenna gain from srom */
275 u16 CWmin; /* minimum size of contention window, in unit of aSlotTime */
276 u16 CWmax; /* maximum size of contention window, in unit of aSlotTime */
277 struct ieee80211_supported_band band;