Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278953
b: refs/heads/master
c: 8b1fdb5
h: refs/heads/master
i:
  278951: 85bc235
v: v3
  • Loading branch information
John W. Linville committed Dec 14, 2011
1 parent ab3e776 commit 7b2d875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2521653f4f299b8946fb7073ac90ed5d3d5de7c
refs/heads/master: 8b1fdb53075bd794a209a611bc94aedaf7ecf9e2
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -4048,6 +4048,7 @@ int b43_phy_initn(struct b43_wldev *dev)
/* http://bcm-v4.sipsolutions.net/802.11/PmuSpurAvoid */
static void b43_nphy_pmu_spur_avoid(struct b43_wldev *dev, bool avoid)
{
#ifdef CONFIG_B43_BCMA
struct bcma_drv_cc *cc = &dev->dev->bdev->bus->drv_cc;
u32 pmu_ctl;
if (dev->dev->chip_id == 43224 || dev->dev->chip_id == 43225) {
Expand Down Expand Up @@ -4098,6 +4099,9 @@ static void b43_nphy_pmu_spur_avoid(struct b43_wldev *dev, bool avoid)
return;
}
bcma_cc_set32(cc, BCMA_CC_PMU_CTL, pmu_ctl);
#else
return;
#endif
}

/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/ChanspecSetup */
Expand Down

0 comments on commit 7b2d875

Please sign in to comment.