Michael Buesch
e59be0b529
b43: Convert usage of b43_phy_set()
...
This patch converts code to use the new b43_phy_set() API.
The semantic patch that makes this change is as follows:
// <smpl>
@@
expression dev, addr, set;
@@
-b43_phy_write(dev, addr, b43_phy_read(dev, addr) | set);
+b43_phy_set(dev, addr, set);
// </smpl>
Signed-off-by: Michael Buesch <mb@bu3sch.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2009-02-27 14:52:52 -05:00
..
2009-02-24 03:50:29 -08:00
2009-02-17 16:56:31 -08:00
2009-02-24 03:50:29 -08:00
2009-02-22 22:09:33 +01:00
2009-02-22 09:23:02 -08:00
2009-02-24 03:50:29 -08:00
2009-02-02 23:22:04 -08:00
2009-02-05 12:25:26 -05:00
2009-02-02 23:26:57 -08:00
2009-02-18 15:37:55 -08:00
2009-02-01 11:17:24 +01:00
2009-02-18 15:37:56 -08:00
2009-01-29 18:04:43 -08:00
2009-02-23 17:23:57 -08:00
2009-02-17 13:25:01 +01:00
2009-02-18 15:37:54 -08:00
2009-02-03 16:53:56 -08:00
2009-02-06 08:48:16 -08:00
2009-02-24 03:50:29 -08:00
2009-02-18 10:32:00 +01:00
2009-02-17 09:43:09 -03:00
2009-02-17 09:48:05 +01:00
2009-02-05 12:56:49 -08:00
2009-02-18 17:55:15 -08:00
2009-02-16 21:40:39 +00:00
2009-02-27 14:52:52 -05:00
2009-01-29 18:19:29 -08:00
2009-02-22 09:23:02 -08:00
2009-02-17 14:26:35 -08:00
2009-02-21 21:59:55 -05:00
2009-02-02 19:53:02 +03:00
2009-01-30 21:50:49 +00:00
2009-02-11 14:25:36 -08:00
2009-02-24 03:50:29 -08:00
2009-02-24 03:50:29 -08:00
2009-02-20 17:57:50 -08:00
2009-02-18 15:37:56 -08:00
2009-02-09 15:03:49 -05:00
2009-02-09 11:26:18 -08:00
2009-02-24 03:50:29 -08:00
2009-02-24 03:50:29 -08:00
2009-02-02 19:17:56 -08:00
2009-02-11 14:25:37 -08:00
2009-02-19 09:52:12 -08:00
2009-02-22 10:33:44 -08:00