diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-08-26 08:49:56 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-08-26 08:49:56 +0000 |
commit | a3e20b36b9847f73be0cd61e35d742281ad46567 (patch) | |
tree | 9ad360c4c7f642c0a849d285580a3ce14c0907ab /sys/dev/ic/malo.c | |
parent | fd3d2d8acf1f73057d9190aae9862416214044f8 (diff) |
Fix XXX comment. There is nothing wrong with the following statement.
Diffstat (limited to 'sys/dev/ic/malo.c')
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index 78a6b417101..f15e4ef519c 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.75 2007/08/25 23:59:11 mglocker Exp $ */ +/* $OpenBSD: malo.c,v 1.76 2007/08/26 08:49:55 mglocker Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -2058,7 +2058,7 @@ malo_cmd_get_spec(struct malo_softc *sc) if (malo_send_cmd_dma(sc, sc->sc_cmd_dmaaddr) != 0) return (ETIMEDOUT); - /* XXX get the data from the buffer and feed it to ieee80211 */ + /* get the data from the buffer */ DPRINTF(("%s: get_hw_spec: V%x R%x, #WCB %d, #Mcast %d, Regcode %d, " "#Ant %d\n", sc->sc_dev.dv_xname, htole16(spec->HwVersion), htole32(spec->FWReleaseNumber), htole16(spec->NumOfWCB), |