]> git.baikalelectronics.ru Git - kernel.git/commit
b43: HT-PHY: implement CCA reset
authorRafał Miłecki <zajec5@gmail.com>
Thu, 7 Mar 2013 15:47:20 +0000 (16:47 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Mar 2013 18:27:49 +0000 (14:27 -0400)
commitfbbb2b5432298c6e77a519b7941dd606f698bb40
tree25bfce4b8baaa31de1284990f577beed81b189d3
parente606cd076d6ba7d75bff7fd7b72d21f3cb87027f
b43: HT-PHY: implement CCA reset

It was just another similar-to-N-PHY and easy-to-track routine:
write32 0xb0601408 <- 0x00002057
 phy_read(0x0001) -> 0x0000
phy_write(0x0001) <- 0x4000
phy_write(0x0001) <- 0x0000
write32 0xb0601408 <- 0x00002055
(b43_phy_ht_force_rf_sequence was moved up unmodified)

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