commit | e7c62552ec43c094ca523fc46b98181df364f49f | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sun Jun 19 02:18:11 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 22 16:09:41 2011 -0400 |
tree | 768f3590264360000f0c36dee2829708a5433e6b | |
parent | 1c1236e3af9c0a52e63c1c386413f13627e68e67 [diff] |
b43: HT-PHY: implement killing radio Closed drivers kill radio right after reading radio version and MACCTL, so it was easy to find related PHY ops: phy_read(0x0810) -> 0x0000 phy_write(0x0810) <- 0x0000 To find out the mask of above OP, MMIO hack was used to fake read val: phy_read(0x0810) -> 0xffff phy_write(0x0810) <- 0x0000 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>