aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-08 03:16:24 -0400
committerGuido Guenther <agx@sigxcpu.org>2007-06-09 17:34:05 +0200
commitb9a60139fce263beac4571d44e0b322fb1ee2d9d (patch)
treeef3bedc3def010ee900fb6f0d58c1dcc712d0cbc /at76_usb.h
parent3a9d7b626de02fdda23750f8ac10ebb97aaf961f (diff)
[PATCH] Don't keep priv->interface, use USB interface provided in at76_probe()
This reduces driver's dependency on USB internals. Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/at76_usb.h b/at76_usb.h
index de5f035..204fb12 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -463,7 +463,6 @@ struct at76_priv {
struct net_device *netdev; /* net device pointer */
struct net_device_stats stats;
struct iw_statistics wstats;
- struct usb_interface *interface; /* the interface for this device */
struct sk_buff *rx_skb; /* skbuff for receiving packets */
__u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */