Skip to content

Commit

Permalink
b43legacy: trivial: use TMSLOW def instead of magic value
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed May 11, 2011
1 parent 92ddc11 commit a7ffab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ static int b43legacy_chip_init(struct b43legacy_wldev *dev)
b43legacy_write32(dev, B43legacy_MMIO_DMA5_IRQ_MASK, 0x0000DC00);

value32 = ssb_read32(dev->dev, SSB_TMSLOW);
value32 |= 0x00100000;
value32 |= B43legacy_TMSLOW_MACPHYCLKEN;
ssb_write32(dev->dev, SSB_TMSLOW, value32);

b43legacy_write16(dev, B43legacy_MMIO_POWERUP_DELAY,
Expand Down

0 comments on commit a7ffab3

Please sign in to comment.