Searched refs:B43_PHY_HT_BANDCTL_5GHZ (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.h12 #define B43_PHY_HT_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ macro
H A Dphy_ht.c769 b43_phy_mask(dev, B43_PHY_HT_BANDCTL, ~B43_PHY_HT_BANDCTL_5GHZ);
774 b43_phy_set(dev, B43_PHY_HT_BANDCTL, B43_PHY_HT_BANDCTL_5GHZ);
777 b43_phy_mask(dev, B43_PHY_HT_BANDCTL, ~B43_PHY_HT_BANDCTL_5GHZ);

Completed in 189 milliseconds