commit | 371ec465a3589b27a81af7e5bf39b614aeab202c | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Mar 07 16:47:23 2013 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 13 14:27:50 2013 -0400 |
tree | b0c3ea9943aa673c3d669617ffb052dedf5a61c9 | |
parent | 60e8fb9233e13e98b13a380ecc1cc05515e6e34c [diff] |
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>