diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-01 09:27:33 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-06-01 09:27:33 +0000 |
| commit | b3c481ae1a0a39384fd7d467539ce39888246c8b (patch) | |
| tree | 37f1d90d285d8a63f0f7290a83965e0eca41f319 /sys/dev/an | |
| parent | 961de0b761f115eb186fd84c7de22b74b054456e (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 8536cf24d0c9..9d6c56886147 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -1816,7 +1816,6 @@ an_setdef(sc, areq) default: printf("an%d: unknown RID: %x\n", sc->an_unit, areq->an_type); return; - break; } @@ -1838,6 +1837,7 @@ an_promisc(sc, promisc) { if (sc->an_was_monitor) an_reset(sc); + /* XXX: indentation bug or braces bug ? */ if (sc->mpi350) an_init_mpi350_desc(sc); if (sc->an_monitor || sc->an_was_monitor) |
