linux/drivers/net/wireless/p54
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
..
Kconfig wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig 2009-10-30 16:50:35 -04:00
Makefile
eeprom.c p54: disable channels with incomplete calibration data sets 2009-11-02 15:43:23 -05:00
eeprom.h
fwio.c
led.c
lmac.h
main.c mac80211: remove struct ieee80211_if_init_conf 2009-12-28 16:55:07 -05:00
net2280.h
p54.h
p54pci.c drivers/net/wireless/p54: remove exceptional & on function name 2009-11-18 10:48:56 -08:00
p54pci.h
p54spi.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
p54spi.h
p54spi_eeprom.h
p54usb.c p54usb: Remove DMA buffer from stack 2009-11-13 17:33:49 -05:00
p54usb.h
txrx.c