commit | 7ed88528884bd477bddef367e8676b9e5ff99668 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sun Aug 14 23:27:30 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Aug 24 14:41:41 2011 -0400 |
tree | 7ced7c38fbaa9bbc69c72f15ca7f736af9be32d7 | |
parent | ba356b569f7c0ff5cdf6c1abb8a9b789e5eeed22 [diff] |
b43: LCN-PHY: switch analog Analog is switched on right after reading PHY version: read16 0xfaafc3e0 -> 0xa801 phy_read(0x043b) -> 0x0000 phy_write(0x043b) <- 0x0000 Switched off after after killing radio: >>> Switch Radio(OFF) end phy_read(0x043c) -> 0x0000 phy_write(0x043c) <- 0x0007 phy_read(0x043b) -> 0x0000 phy_write(0x043b) <- 0x0007 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>