forked from Minki/linux
[PATCH] zd1201 wireless stat update
The "dev->get_wireless_stats" field is deprecated and slowly be surely going away. Most drivers have been updated months ago. Actually, there is an annoying message for driver still using it, but it seems that user of zd1201 were not annoyed enough ;-) Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e4a9af98bb
commit
0073602544
@ -1736,6 +1736,7 @@ static const struct iw_handler_def zd1201_iw_handlers = {
|
||||
.standard = (iw_handler *)zd1201_iw_handler,
|
||||
.private = (iw_handler *)zd1201_private_handler,
|
||||
.private_args = (struct iw_priv_args *) zd1201_private_args,
|
||||
.get_wireless_stats = zd1201_get_wireless_stats,
|
||||
};
|
||||
|
||||
static int zd1201_probe(struct usb_interface *interface,
|
||||
@ -1796,7 +1797,6 @@ static int zd1201_probe(struct usb_interface *interface,
|
||||
zd->dev->open = zd1201_net_open;
|
||||
zd->dev->stop = zd1201_net_stop;
|
||||
zd->dev->get_stats = zd1201_get_stats;
|
||||
zd->dev->get_wireless_stats = zd1201_get_wireless_stats;
|
||||
zd->dev->wireless_handlers =
|
||||
(struct iw_handler_def *)&zd1201_iw_handlers;
|
||||
zd->dev->hard_start_xmit = zd1201_hard_start_xmit;
|
||||
|
Loading…
Reference in New Issue
Block a user