From: Rafał Miłecki Date: Thu, 7 Mar 2013 15:47:23 +0000 (+0100) Subject: b43: HT-PHY: implement stopping sample tone playback X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371ec465a3589b27a81af7e5bf39b614aeab202c;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed