diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-28 02:15:31 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-28 02:15:31 +0000 |
| commit | 935e6be6575f7d4a75852f8320117c5d18e7a73e (patch) | |
| tree | 9cef455ae42d3941b49f6a6662127a3cea752a49 /sys/dev/usb/if_auereg.h | |
| parent | 846a006bb219850b9f62d32d1a24c7c30f03b1fd (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/if_auereg.h')
| -rw-r--r-- | sys/dev/usb/if_auereg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h index 20caa52e7466..9e4d5467798a 100644 --- a/sys/dev/usb/if_auereg.h +++ b/sys/dev/usb/if_auereg.h @@ -217,7 +217,6 @@ struct aue_chain { usbd_xfer_handle aue_xfer; char *aue_buf; struct mbuf *aue_mbuf; - int aue_accum; int aue_idx; }; @@ -252,6 +251,5 @@ struct aue_softc { #define AUE_TIMEOUT 1000 #define ETHER_ALIGN 2 #define AUE_BUFSZ 1536 -#define AUE_CUTOFF 1088 #define AUE_MIN_FRAMELEN 60 #define AUE_INTR_INTERVAL 100 /* ms */ |
