Searched refs:have_2ghz_phy (Results 1 – 1 of 1) sorted by relevance
5259 bool have_2ghz_phy, bool have_5ghz_phy) in b43_setup_bands() argument5272 if (have_2ghz_phy) in b43_setup_bands()5285 dev->phy.supports_2ghz = have_2ghz_phy; in b43_setup_bands()5334 *have_2ghz_phy = true; in b43_supported_bands()5352 *have_2ghz_phy = false; in b43_supported_bands()5364 *have_2ghz_phy = true; in b43_supported_bands()5378 bool have_2ghz_phy = false, have_5ghz_phy = false; in b43_wireless_core_attach() local5400 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY); in b43_wireless_core_attach()5416 dev->phy.gmode = have_2ghz_phy; in b43_wireless_core_attach()5438 if (!have_2ghz_phy && !have_5ghz_phy) { in b43_wireless_core_attach()[all …]