diff options
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/b43/phy_lp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index b6811cff18ba..d57ee9bd4297 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -639,7 +639,7 @@ struct b43_wl { | |||
639 | u8 mac_addr[ETH_ALEN]; | 639 | u8 mac_addr[ETH_ALEN]; |
640 | /* Current BSSID */ | 640 | /* Current BSSID */ |
641 | u8 bssid[ETH_ALEN]; | 641 | u8 bssid[ETH_ALEN]; |
642 | /* Interface type. (IEEE80211_IF_TYPE_XXX) */ | 642 | /* Interface type. (NL80211_IFTYPE_XXX) */ |
643 | int if_type; | 643 | int if_type; |
644 | /* Is the card operating in AP, STA or IBSS mode? */ | 644 | /* Is the card operating in AP, STA or IBSS mode? */ |
645 | bool operating; | 645 | bool operating; |
diff --git a/drivers/net/wireless/b43/phy_lp.c b/drivers/net/wireless/b43/phy_lp.c index 184fdaf32210..ed3a52886135 100644 --- a/drivers/net/wireless/b43/phy_lp.c +++ b/drivers/net/wireless/b43/phy_lp.c | |||
@@ -130,7 +130,7 @@ static void lpphy_baseband_rev0_1_init(struct b43_wldev *dev) | |||
130 | b43_phy_set(dev, B43_LPPHY_CRSGAIN_CTL, 0x0006); | 130 | b43_phy_set(dev, B43_LPPHY_CRSGAIN_CTL, 0x0006); |
131 | b43_phy_write(dev, B43_LPPHY_GPIO_SELECT, 0x0005); | 131 | b43_phy_write(dev, B43_LPPHY_GPIO_SELECT, 0x0005); |
132 | b43_phy_write(dev, B43_LPPHY_GPIO_OUTEN, 0xFFFF); | 132 | b43_phy_write(dev, B43_LPPHY_GPIO_OUTEN, 0xFFFF); |
133 | b43_hf_write(dev, b43_hf_read(dev) | 0x0800ULL << 32); | 133 | b43_hf_write(dev, b43_hf_read(dev) | B43_HF_PR45960W); |
134 | } | 134 | } |
135 | if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { | 135 | if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { |
136 | b43_phy_set(dev, B43_LPPHY_LP_PHY_CTL, 0x8000); | 136 | b43_phy_set(dev, B43_LPPHY_LP_PHY_CTL, 0x8000); |