diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2010-03-07 14:43:07 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2010-03-07 14:43:07 +0000 |
commit | 87e1b035a56313d17a04c0b2d767f4aff5ea106f (patch) | |
tree | f60f97c64f4c11ca8fcdb663bdf68f540d5549d8 /sys/dev/usb/if_urndisreg.h | |
parent | 73dc84b034f0dd08539bb16f80eea4def6d98c32 (diff) |
We're only sending one packet at a time, so garbage collect sc_lim_pktcnt
that shows how many packets the device will accept in one transfer.
ok armani fabien
Diffstat (limited to 'sys/dev/usb/if_urndisreg.h')
-rw-r--r-- | sys/dev/usb/if_urndisreg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urndisreg.h b/sys/dev/usb/if_urndisreg.h index 35d48dcfc83..b5cfb49251f 100644 --- a/sys/dev/usb/if_urndisreg.h +++ b/sys/dev/usb/if_urndisreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urndisreg.h,v 1.9 2010/03/07 08:58:55 mk Exp $ */ +/* $OpenBSD: if_urndisreg.h,v 1.10 2010/03/07 14:43:06 mk Exp $ */ /* * Copyright (c) 2010 Jonathan Armani <dbd@asystant.net> @@ -46,7 +46,6 @@ struct urndis_softc { struct arpcom sc_arpcom; /* RNDIS device info */ - u_int32_t sc_lim_pktcnt; u_int32_t sc_lim_pktsz; u_int32_t sc_pktalign; u_int32_t sc_filter; |