]> git.baikalelectronics.ru Git - kernel.git/commit
b43: HT-PHY: implement killing radio
authorRafał Miłecki <zajec5@gmail.com>
Sun, 19 Jun 2011 00:18:11 +0000 (02:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Jun 2011 20:09:41 +0000 (16:09 -0400)
commit5e545ed581f7684011a1e35c5a95ec76b2683c65
tree768f3590264360000f0c36dee2829708a5433e6b
parentd2381e06d7c27d7eb6086196b6943ee688d511bc
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>
drivers/net/wireless/b43/phy_ht.c
drivers/net/wireless/b43/phy_ht.h