Home
last modified time | relevance | path

Searched refs:have_5ghz_phy (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43/
Dmain.c5289 bool have_2ghz_phy, bool have_5ghz_phy) in b43_setup_bands() argument
5306 if (have_5ghz_phy) in b43_setup_bands()
5311 if (have_5ghz_phy) in b43_setup_bands()
5316 dev->phy.supports_5ghz = have_5ghz_phy; in b43_setup_bands()
5330 bool *have_5ghz_phy) in b43_supported_bands() argument
5365 *have_5ghz_phy = true; in b43_supported_bands()
5383 *have_5ghz_phy = true; in b43_supported_bands()
5391 *have_5ghz_phy = true; in b43_supported_bands()
5399 *have_5ghz_phy = false; in b43_supported_bands()
5412 bool have_2ghz_phy = false, have_5ghz_phy = false; in b43_wireless_core_attach() local
[all …]