Michael Buesch ac1ea3959f b43: Convert usage of b43_phy_mask()
This patch converts code to use the new b43_phy_mask() API.

The semantic patch that makes this change is as follows:

// <smpl>
@@
expression dev, addr, mask;
@@

-b43_phy_write(dev, addr, b43_phy_read(dev, addr) & mask);
+b43_phy_mask(dev, addr, mask);
// </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-27 14:52:48 -05:00
2009-01-29 16:01:47 -05:00
2009-02-27 14:52:52 -05:00
2008-08-29 16:24:12 -04:00
2009-02-27 14:52:51 -05:00
2009-01-29 16:01:47 -05:00
2009-02-27 14:52:52 -05:00
2008-09-05 16:17:49 -04:00
2009-02-27 14:52:52 -05:00
2008-09-05 16:17:49 -04:00
2008-09-05 16:17:49 -04:00
2008-08-29 16:24:12 -04:00
2008-08-29 16:24:12 -04:00
2009-02-27 14:52:52 -05:00
2008-11-21 11:06:07 -05:00