Searched defs:brcms_band (Results 1 – 1 of 1) sorted by relevance
249 struct brcms_band { struct250 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 */[all …]