commit | 357e24d2d07a2bb5bf706026d1ccf508c56b9b3e | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sat Aug 13 01:41:11 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 22 14:46:01 2011 -0400 |
tree | 261b59c6704472ceaf8807fdd6f0b91b21548977 | |
parent | b50583484ab60ba5c3af9eff476a2cc712cf7f49 [diff] |
b43: HT-PHY: init: add missing PHY mask/set ops MMIO hacks were used to trick ndis&wl. For example following: phy_read(0x0280) -> 0xffff phy_write(0x0280) <- 0xff3e *** phy_read(0x0280) -> 0x0000 phy_write(0x0280) <- 0x003e was translated to mask 0xff00 and set 0x3e. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>