Date: Wed, 11 Jun 2008 04:39:24 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143273 for review Message-ID: <200806110439.m5B4dOx1020861@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143273 Change 143273 by thompsa@thompsa_burger on 2008/06/11 04:38:55 Fix compile. Affected files ... .. //depot/projects/vap/sys/dev/ath/if_ath.c#86 edit Differences ... ==== //depot/projects/vap/sys/dev/ath/if_ath.c#86 (text+ko) ==== @@ -2554,7 +2554,7 @@ #if HAL_ABI_VERSION < 0x08011600 rfilt |= (ath_hal_getrxfilter(sc->sc_ah) & (HAL_RX_FILTER_PHYRADAR | HAL_RX_FILTER_PHYERR)); -#elsif HAL_ABI_VERSION < 0x08060100 +#elif HAL_ABI_VERSION < 0x08060100 if (ic->ic_opmode == IEEE80211_M_STA && !sc->sc_needmib && !sc->sc_scanning) rfilt |= HAL_RX_FILTER_PHYERR;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806110439.m5B4dOx1020861>