diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-02-20 19:28:14 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 20:52:53 +0100 |
commit | 4cf507696ae41950cd430e7534180fddd624b3cd (patch) | |
tree | 6cb514d5ad42f016c4739066b709a93852a66621 /drivers/net/ppp_mppe.c | |
parent | b43: Convert usage of b43_phy_maskset() (diff) | |
download | linux-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 'drivers/net/ppp_mppe.c')
0 files changed, 0 insertions, 0 deletions