PERFORCE change 143273 for review

Andrew Thompson thompsa at FreeBSD.org
Wed Jun 11 04:39:25 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143273

Change 143273 by thompsa at 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;


More information about the p4-projects mailing list