kernel-ark/drivers/net/wireless/b43
Johannes Berg 1ed32e4fc8 mac80211: remove struct ieee80211_if_init_conf
All its members (vif, mac_addr, type) are now available
in the vif struct directly, so we can pass that instead
of the conf struct. I generated this patch (except the
mac80211 and header file changes) with this semantic
patch:

@@
identifier conf, fn, hw;
type tp;
@@
tp fn(struct ieee80211_hw *hw,
-struct ieee80211_if_init_conf *conf)
+struct ieee80211_vif *vif)
{
<...
(
-conf->type
+vif->type
|
-conf->mac_addr
+vif->addr
|
-conf->vif
+vif
)
...>
}

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-12-28 16:55:07 -05:00
..
b43.h b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
debugfs.c
debugfs.h
dma.c b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
dma.h b43: Rewrite DMA Tx status handling sanity checks 2009-11-23 17:05:28 -05:00
Kconfig b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
leds.c b43: fix two warnings 2009-12-04 14:16:25 -05:00
leds.h
lo.c
lo.h
main.c mac80211: remove struct ieee80211_if_init_conf 2009-12-28 16:55:07 -05:00
main.h
Makefile b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
pcmcia.c pcmcia: rework the irq_req_t typedef 2009-11-28 18:03:14 +01:00
pcmcia.h
phy_a.c
phy_a.h
phy_common.c
phy_common.h
phy_g.c
phy_g.h
phy_lp.c
phy_lp.h
phy_n.c
phy_n.h
pio.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-11-18 22:19:03 -08:00
pio.h b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
rfkill.c b43: avoid PPC fault during resume 2009-12-04 13:28:49 -05:00
rfkill.h
sdio.c
sdio.h
sysfs.c
sysfs.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c
tables_nphy.h
tables.c
tables.h
wa.c
wa.h
xmit.c
xmit.h