linux/drivers/net/wireless/b43
Michael Buesch 76e190cd4b b43: Convert usage of b43_phy_maskset()
This patch converts code to use the new b43_phy_maskset() API.

The semantic patch that makes this change is as follows:

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

-b43_phy_write(dev, addr, (b43_phy_read(dev, addr) & mask) | set);
+b43_phy_maskset(dev, addr, mask, 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
..
b43.h b43: Add parts of LP-PHY TX power control 2009-02-11 11:44:23 -05:00
debugfs.c b43: Dynamically control log verbosity 2009-01-29 16:01:47 -05:00
debugfs.h b43: Dynamically control log verbosity 2009-01-29 16:01:47 -05:00
dma.c b43: Add slot count compiletime assertion 2009-02-27 14:52:50 -05:00
dma.h b43: Optimize DMA buffers 2009-02-27 14:52:48 -05:00
Kconfig b43: Dynamically control log verbosity 2009-01-29 16:01:47 -05:00
leds.c
leds.h
lo.c b43: Convert usage of b43_phy_mask() 2009-02-27 14:52:52 -05:00
lo.h
main.c b43: Implement sw scan callbacks 2009-02-27 14:52:51 -05:00
main.h b43: Dynamically control log verbosity 2009-01-29 16:01:47 -05:00
Makefile b43: Add LP-PHY baseband init for >=rev2 2009-02-09 15:03:48 -05:00
pcmcia.c pcmcia: remove unused argument to pcmcia_parse_tuple() 2008-08-31 15:50:33 +02:00
pcmcia.h
phy_a.c b43: Convert usage of b43_phy_maskset() 2009-02-27 14:52:52 -05:00
phy_a.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
phy_common.c b43: Suspend MAC while killing the radio 2008-12-19 15:24:04 -05:00
phy_common.h b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_g.c b43: Convert usage of b43_phy_maskset() 2009-02-27 14:52:52 -05:00
phy_g.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
phy_lp.c b43: Add parts of LP-PHY TX power control 2009-02-11 11:44:23 -05:00
phy_lp.h b43: Add parts of LP-PHY TX power control 2009-02-11 11:44:23 -05:00
phy_n.c b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_n.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
pio.c mac80211/drivers: rewrite the rate control API 2008-10-31 19:00:23 -04:00
pio.h
rfkill.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-10-01 06:12:56 -07:00
rfkill.h
sysfs.c
sysfs.h
tables.c
tables.h
tables_lpphy.c b43: Add parts of LP-PHY TX power control 2009-02-11 11:44:23 -05:00
tables_lpphy.h b43: Add parts of LP-PHY TX power control 2009-02-11 11:44:23 -05:00
tables_nphy.c b43: Move code from nphy.* to phy_n.* 2008-09-05 16:17:43 -04:00
tables_nphy.h
wa.c b43: Convert usage of b43_phy_maskset() 2009-02-27 14:52:52 -05:00
wa.h
xmit.c b43: remove rate index warning 2008-11-21 11:06:07 -05:00
xmit.h mac80211/drivers: rewrite the rate control API 2008-10-31 19:00:23 -04:00