Mon Jan 21 16:48:23 2013 UTC ()
remove trailing line


(christos)
diff -r1.4 -r1.5 src/sys/dev/usb/if_otusvar.h

cvs diff -r1.4 -r1.5 src/sys/dev/usb/if_otusvar.h (expand / switch to unified diff)

--- src/sys/dev/usb/if_otusvar.h 2013/01/20 21:50:41 1.4
+++ src/sys/dev/usb/if_otusvar.h 2013/01/21 16:48:23 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: if_otusvar.h,v 1.4 2013/01/20 21:50:41 christos Exp $ */ 1/* $NetBSD: if_otusvar.h,v 1.5 2013/01/21 16:48:23 christos Exp $ */
2/* $OpenBSD: if_otusreg.h,v 1.6 2009/04/06 18:17:01 damien Exp $ */ 2/* $OpenBSD: if_otusreg.h,v 1.6 2009/04/06 18:17:01 damien Exp $ */
3 3
4/*- 4/*-
5 * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> 5 * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
6 * Copyright (c) 2007-2008 Atheros Communications, Inc. 6 * Copyright (c) 2007-2008 Atheros Communications, Inc.
7 * 7 *
8 * Permission to use, copy, modify, and distribute this software for any 8 * Permission to use, copy, modify, and distribute this software for any
9 * purpose with or without fee is hereby granted, provided that the above 9 * purpose with or without fee is hereby granted, provided that the above
10 * copyright notice and this permission notice appear in all copies. 10 * copyright notice and this permission notice appear in all copies.
11 * 11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 13 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 14 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
@@ -285,14 +285,13 @@ struct otus_softc { @@ -285,14 +285,13 @@ struct otus_softc {
285 int sc_txtap_len; 285 int sc_txtap_len;
286 286
287 uint8_t sc_rx_error_msk; 287 uint8_t sc_rx_error_msk;
288 int sc_dying; 288 int sc_dying;
289 289
290#if IEEE80211_INJECTION /* XXX: ljt */ 290#if IEEE80211_INJECTION /* XXX: ljt */
291 int (*sc_if_output) /* ether output routine */ 291 int (*sc_if_output) /* ether output routine */
292 (struct ifnet *, struct mbuf *, const struct sockaddr *, 292 (struct ifnet *, struct mbuf *, const struct sockaddr *,
293 struct rtentry *); 293 struct rtentry *);
294#endif 294#endif
295}; 295};
296 296
297#endif /* _IF_OTUSVAR_H_ */ 297#endif /* _IF_OTUSVAR_H_ */
298