diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-08-13 01:41:11 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-22 14:46:01 -0400 |
commit | 357e24d2d07a2bb5bf706026d1ccf508c56b9b3e (patch) | |
tree | 261b59c6704472ceaf8807fdd6f0b91b21548977 /virt | |
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>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions