Lines Matching defs:brcms_hw_band
295 struct brcms_hw_band { struct
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */
297 uint bandunit; /* bandstate[] index */
298 u16 mhfs[MHFMAX]; /* MHF array shadow */
299 u8 bandhw_stf_ss_mode; /* HW configured STF type, 0:siso; 1:cdd */
300 u16 CWmin;
301 u16 CWmax;
302 u32 core_flags;
304 u16 phytype; /* phytype */
305 u16 phyrev;
306 u16 radioid;
307 u16 radiorev;
308 struct brcms_phy_pub *pi; /* pointer to phy specific information */
309 bool abgphy_encore;