PERFORCE change 151684 for review

Sam Leffler sam at FreeBSD.org
Tue Oct 21 20:23:21 UTC 2008


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

Change 151684 by sam at sam_ebb on 2008/10/21 20:23:09

	err, try again

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#114 edit

Differences ...

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

@@ -5992,8 +5992,8 @@
 		/* XXX requires special handling */
 		regdomain = 0;
 		cc = CTRY_DEBUG;
-	} else
-		ath_hal_setregdomain(ah, ath_maprd2sku(regdomain, cc));
+	}
+	ath_hal_setregdomain(ah, ath_maprd2sku(regdomain, cc));
 	error = getchannels(sc, &nchans, chans, cc,
 	     rd->ecm ? AH_TRUE : AH_FALSE,
 	     rd->location != 'I' ? AH_TRUE : AH_FALSE);


More information about the p4-projects mailing list