From: Rafał Miłecki Date: Sun, 19 Jun 2011 00:18:11 +0000 (+0200) Subject: b43: HT-PHY: implement killing radio X-Git-Tag: v3.1-rc1~316^2~350^2^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c62552ec43c094ca523fc46b98181df364f49f;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed