PERFORCE change 114123 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 6 21:03:19 UTC 2007


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

Change 114123 by sam at sam_ebb on 2007/02/06 21:02:45

	correct arg order to ath_getchannels

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#133 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#133 (text+ko) ====

@@ -357,7 +357,7 @@
 	 * like the phy mode.
 	 */
 	error = ath_getchannels(sc, ath_regdomain, ath_countrycode,
-			ath_xchanmode != 0, ath_outdoor != 0);
+			ath_outdoor != 0, ath_xchanmode != 0);
 	if (error != 0)
 		goto bad;
 


More information about the p4-projects mailing list