Searched defs:brcms_band (Results 1 – 1 of 1) sorted by relevance
253 struct brcms_band { struct254 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */255 uint bandunit; /* bandstate[] index */257 u16 phytype; /* phytype */258 u16 phyrev;259 u16 radioid;260 u16 radiorev;261 struct brcms_phy_pub *pi; /* pointer to phy specific information */262 bool abgphy_encore;264 u8 gmode; /* currently active gmode */[all …]