diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-01-14 23:19:32 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-01-14 23:19:32 +0000 |
| commit | c94b6ebc2794e6387fbae2ad291ad3f28a7fbec8 (patch) | |
| tree | fd7f8e549d1e3f3e7c4a2324808c7fdd47ee74ec /sys/dev/wi/if_wi.c | |
| parent | e22514406d209415eab38b8e06e3a3b33b1157d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi/if_wi.c')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 7340a1cf68c8..700c7203ac98 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -111,7 +111,6 @@ static void wi_reset(struct wi_softc *); static int wi_ioctl(struct ifnet *, u_long, caddr_t); static void wi_init(void *); static void wi_start(struct ifnet *); -static void wi_stop(struct wi_softc *); static void wi_watchdog(struct ifnet *); static void wi_rxeof(struct wi_softc *); static void wi_txeof(struct wi_softc *, int); @@ -2459,7 +2458,7 @@ wi_mgmt_xmit(sc, data, len) return(0); } -static void +void wi_stop(sc) struct wi_softc *sc; { |
