]> Pileus Git - ~andy/linux/commit
b43: HT-PHY: implement stopping sample tone playback
authorRafał Miłecki <zajec5@gmail.com>
Thu, 7 Mar 2013 15:47:23 +0000 (16:47 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Mar 2013 18:27:50 +0000 (14:27 -0400)
commit371ec465a3589b27a81af7e5bf39b614aeab202c
treeb0c3ea9943aa673c3d669617ffb052dedf5a61c9
parent60e8fb9233e13e98b13a380ecc1cc05515e6e34c
b43: HT-PHY: implement stopping sample tone playback

It was another sequence I recognized in HT-PHY dump:
 phy_read(0x00c7) -> 0x0001
 phy_read(0x00c3) -> 0x0000
phy_write(0x00c3) <- 0x0002
 phy_read(0x00c3) -> 0x0000
phy_write(0x00c3) <- 0x0000
The difference to N-PHY is that it writes to 6 tables instead of a one
(after above).

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