diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/cdc_ncm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/cdc_ncm.h b/include/linux/usb/cdc_ncm.h index 00d232406f18..021f7a88f52c 100644 --- a/include/linux/usb/cdc_ncm.h +++ b/include/linux/usb/cdc_ncm.h | |||
| @@ -117,6 +117,9 @@ struct cdc_ncm_ctx { | |||
| 117 | u32 tx_curr_frame_num; | 117 | u32 tx_curr_frame_num; |
| 118 | u32 rx_max; | 118 | u32 rx_max; |
| 119 | u32 tx_max; | 119 | u32 tx_max; |
| 120 | u32 tx_curr_size; | ||
| 121 | u32 tx_low_mem_max_cnt; | ||
| 122 | u32 tx_low_mem_val; | ||
| 120 | u32 max_datagram_size; | 123 | u32 max_datagram_size; |
| 121 | u16 tx_max_datagrams; | 124 | u16 tx_max_datagrams; |
| 122 | u16 tx_remainder; | 125 | u16 tx_remainder; |
