Date: Sat, 18 Oct 2008 23:25:08 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 151531 for review Message-ID: <200810182325.m9INP8Zo077314@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151531 Change 151531 by sam@sam_ebb on 2008/10/18 23:24:58 pass country code, outdoor use, and ecm use to the hal when getting the list of available channels (was passing fixed values that might be different) Affected files ... .. //depot/projects/vap/sys/dev/ath/if_ath.c#103 edit Differences ... ==== //depot/projects/vap/sys/dev/ath/if_ath.c#103 (text+ko) ==== @@ -5889,7 +5889,7 @@ } error = 0; if (!ath_hal_init_channels(ah, halchans, IEEE80211_CHAN_MAX, &nhalchans, - NULL, 0, NULL, CTRY_DEFAULT, HAL_MODE_ALL, AH_FALSE, AH_TRUE)) { + NULL, 0, NULL, cc, HAL_MODE_ALL, outdoor, ecm)) { error = EINVAL; goto done; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810182325.m9INP8Zo077314>