diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
| commit | 0318355d0e0c749359d4d8d384fb34240e4b1a4e (patch) | |
| tree | 5724ee7f72224819d2453cd24c370e176d84429f /sys/dev/wl | |
| parent | 621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 47ee64708024..d582b8f33458 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -806,8 +806,6 @@ wlinit(void *xsc) if (sc->wl_if.if_flags & IFF_DEBUG) printf("wl%d: entered wlinit()\n",sc->unit); #endif - if (TAILQ_FIRST(&ifp->if_addrhead) == (struct ifaddr *)0) - return; WL_LOCK(sc); oldpri = splimp(); if ((stat = wlhwrst(sc)) == TRUE) { |
