kernel-ark/drivers/net/wireless/ath/ar9170
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
..
ar9170.h ar9170: remove redundant frame flags 2009-12-21 18:39:02 -05:00
cmd.c ar9170: handle overflow in tsf_low register during get_tsf 2009-10-07 16:39:38 -04:00
cmd.h ar9170: handle overflow in tsf_low register during get_tsf 2009-10-07 16:39:38 -04:00
eeprom.h
hw.h ar9170: small misc changes 2009-12-21 18:39:03 -05:00
Kconfig wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig 2009-10-30 16:50:35 -04:00
led.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
mac.c ar9170: fix AC_VIDEO txop parameter 2009-12-21 18:39:05 -05:00
main.c mac80211: remove struct ieee80211_if_init_conf 2009-12-28 16:55:07 -05:00
Makefile
phy.c ar9170: add heavy clip handling 2009-10-07 16:39:38 -04:00
usb.c ar9170usb: add Sphairon Homelink 1202 USB ID 2009-12-22 13:56:03 -05:00
usb.h ar9170usb: atomic pending urbs counter 2009-10-27 16:48:34 -04:00