Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Db43.h528 #define B43_TMSHIGH_HAVE_5GHZ_PHY 0x00020000 /* 5 GHz PHY available (rev >= 5) */ macro
H A Dmain.c5409 have_5ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_5GHZ_PHY); in b43_wireless_core_attach()