Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Remove an IF_PREPEND() that slipped through.



details:   https://anonhg.NetBSD.org/src/rev/303e29d7dab3
branches:  trunk
changeset: 500818:303e29d7dab3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 18 23:57:13 2000 +0000

description:
Remove an IF_PREPEND() that slipped through.

diffstat:

 sys/dev/ic/awi.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 099591dbd0f0 -r 303e29d7dab3 sys/dev/ic/awi.c
--- a/sys/dev/ic/awi.c  Mon Dec 18 23:42:40 2000 +0000
+++ b/sys/dev/ic/awi.c  Mon Dec 18 23:57:13 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awi.c,v 1.29 2000/12/14 06:27:24 thorpej Exp $ */
+/*     $NetBSD: awi.c,v 1.30 2000/12/18 23:57:13 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -962,7 +962,6 @@
                                len += IEEE80211_WEP_IVLEN +
                                    IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN;
                        if (awi_next_txd(sc, len, &frame, &ntxd)) {
-                               IF_PREPEND(&ifp->if_snd, m0);
                                ifp->if_flags |= IFF_OACTIVE;
                                break;
                        }



Home | Main Index | Thread Index | Old Index