PERFORCE change 151531 for review

Sam Leffler sam at FreeBSD.org
Sat Oct 18 23:25:09 UTC 2008


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

Change 151531 by sam at 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;
 	}


More information about the p4-projects mailing list