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
..
2009-11-25 00:43:08 -05:00
2009-12-08 08:18:01 -08:00
2009-12-08 20:22:31 -08:00
2009-12-06 16:17:57 +01:00
2009-12-03 17:40:51 +01:00
2009-12-05 15:22:26 -08:00
2009-11-18 08:37:40 -08:00
2009-12-08 07:38:50 -08:00
2009-10-06 01:39:51 -07:00
2009-11-17 23:15:04 -05:00
2009-10-29 07:39:31 -07:00
2009-11-03 10:32:03 -05:00
2009-12-06 11:18:28 +01:00
2009-12-05 10:35:18 +00:00
2009-12-03 20:11:06 +01:00
2009-12-08 08:13:10 -08:00
2009-10-05 12:05:40 -07:00
2009-12-01 16:32:19 -08:00
2009-11-30 13:57:19 -08:00
2009-10-13 10:10:33 -07:00
2009-11-16 12:45:40 +01:00
2009-12-06 17:06:29 +01:00
2009-12-08 08:18:01 -08:00
2009-12-08 08:13:10 -08:00
2009-12-02 01:13:11 -08:00
2009-11-18 22:19:03 -08:00
2009-12-08 08:15:29 -08:00
2009-12-08 20:30:41 -08:00
2009-12-08 08:15:29 -08:00
2009-10-11 11:20:58 -07:00
2009-11-18 08:37:40 -08:00
2009-12-08 07:38:50 -08:00
2009-12-08 07:47:46 -08:00
2009-09-24 07:21:05 -07:00
2009-10-11 11:20:58 -07:00
2009-12-08 08:15:29 -08:00
2009-12-08 08:12:16 -08:00
2009-12-08 08:15:29 -08:00
2009-12-08 08:19:16 -08:00
2009-12-28 16:55:07 -05:00
2009-10-15 10:58:09 -06:00
2009-10-09 21:32:05 +02:00
2009-11-10 20:54:43 -08:00
2009-12-08 08:13:35 -08:00
2009-12-05 09:49:07 -08:00
2009-12-08 08:15:29 -08:00
2009-11-25 01:01:29 -05:00
2009-09-25 15:09:48 -04:00
2009-11-27 21:07:23 +01:00
2009-11-12 07:26:01 -08:00
2009-12-02 19:37:16 +00:00
2009-12-08 08:13:35 -08:00
2009-12-08 07:55:01 -08:00
2009-12-08 07:38:50 -08:00
2009-12-08 08:12:43 -08:00
2009-10-03 01:16:12 -04:00
2009-12-08 08:15:29 -08:00
2009-12-05 15:22:26 -08:00
2009-12-08 08:19:16 -08:00
2009-11-09 08:30:05 +01:00
2009-11-05 17:33:24 -05:00
2009-11-13 11:36:00 +09:00
2009-12-08 08:15:29 -08:00
2009-10-11 11:20:58 -07:00
2009-12-08 08:15:29 -08:00
2009-10-29 08:50:37 +10:30
2009-09-24 07:21:05 -07:00
2009-10-04 22:53:41 +02:00
2009-12-08 08:15:29 -08:00
2009-10-04 15:05:10 -07:00
2009-12-06 11:18:28 +01:00
2009-09-23 10:07:49 -07:00