Searched refs:have_2ghz_phy (Results 1 – 1 of 1) sorted by relevance
5255 bool have_2ghz_phy, bool have_5ghz_phy) in b43_setup_bands() argument5268 if (have_2ghz_phy) in b43_setup_bands()5281 dev->phy.supports_2ghz = have_2ghz_phy; in b43_setup_bands()5330 *have_2ghz_phy = true; in b43_supported_bands()5348 *have_2ghz_phy = false; in b43_supported_bands()5360 *have_2ghz_phy = true; in b43_supported_bands()5374 bool have_2ghz_phy = false, have_5ghz_phy = false; in b43_wireless_core_attach() local5396 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY); in b43_wireless_core_attach()5412 dev->phy.gmode = have_2ghz_phy; in b43_wireless_core_attach()5434 if (!have_2ghz_phy && !have_5ghz_phy) { in b43_wireless_core_attach()[all …]