summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2009-02-20 19:28:14 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 20:52:53 +0100
commit4cf507696ae41950cd430e7534180fddd624b3cd (patch)
tree6cb514d5ad42f016c4739066b709a93852a66621 /REPORTING-BUGS
parentb43: Convert usage of b43_phy_maskset() (diff)
downloadlinux-4cf507696ae41950cd430e7534180fddd624b3cd.tar.xz
linux-4cf507696ae41950cd430e7534180fddd624b3cd.zip
b43: Convert usage of b43_radio_set()
This patch converts code to use the new b43_radio_set() API. The semantic patch that makes this change is as follows: // <smpl> @@ expression dev, addr, set; @@ -b43_radio_write16(dev, addr, b43_radio_read16(dev, addr) | set); +b43_radio_set(dev, addr, set); // </smpl> Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions