diff options
Diffstat (limited to 'drivers/usb/atm/usbatm.h')
-rw-r--r-- | drivers/usb/atm/usbatm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/atm/usbatm.h b/drivers/usb/atm/usbatm.h index 0e2caa0967c1..bdff534b941d 100644 --- a/drivers/usb/atm/usbatm.h +++ b/drivers/usb/atm/usbatm.h | |||
@@ -187,6 +187,13 @@ struct usbatm_data { | |||
187 | struct sk_buff_head sndqueue; | 187 | struct sk_buff_head sndqueue; |
188 | struct sk_buff *current_skb; /* being emptied */ | 188 | struct sk_buff *current_skb; /* being emptied */ |
189 | 189 | ||
190 | struct usbatm_vcc_data *cached_vcc; | ||
191 | int cached_vci; | ||
192 | short cached_vpi; | ||
193 | |||
194 | unsigned char *cell_buf; /* holds partial rx cell */ | ||
195 | unsigned int buf_usage; | ||
196 | |||
190 | struct urb *urbs[0]; | 197 | struct urb *urbs[0]; |
191 | }; | 198 | }; |
192 | 199 | ||