diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 23:10:44 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 23:10:44 +0000 |
| commit | 6935a973da249ff21fd6c1feb716b1fc6ff60cbf (patch) | |
| tree | d649dccca5507bda45067df207ff1b32105f4c23 /sys/dev/malo | |
| parent | 562cc1a6400f04632b64d34f3db7f11ea7a458cf (diff) | |
Notes
Diffstat (limited to 'sys/dev/malo')
| -rw-r--r-- | sys/dev/malo/if_malo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 8e70f4059904..8da0229d2321 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -184,7 +184,7 @@ malo_bar1_read1(struct malo_softc *sc, bus_size_t off) int malo_attach(uint16_t devid, struct malo_softc *sc) { - int error; + int error, i; struct ieee80211com *ic; struct ifnet *ifp; struct malo_hal *mh; |
