Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2007 21:03:18 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114123 for review
Message-ID:  <200702062103.l16L3Igq073104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114123

Change 114123 by sam@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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702062103.l16L3Igq073104>