diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-03-17 13:19:28 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-03-17 13:19:28 +0000 |
| commit | fabc845e37dc122009882864c6030cc3ca5f94fb (patch) | |
| tree | ea203bdcf699eaf9f72678fc4aba26b189ac3b6e | |
| parent | 9eaf5abceb23215eda4113457dd653d12ee514ba (diff) | |
Notes
| -rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index c0fc9b46907f..7a12be844456 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -839,8 +839,6 @@ wi_start(struct ifnet *ifp) WI_UNLOCK(sc); return; } - KASSERT((ifp->if_flags & IFF_OACTIVE) == 0, - ("wi_start: if_flags %x\n", ifp->if_flags)); memset(&frmhdr, 0, sizeof(frmhdr)); cur = sc->sc_txnext; |
