Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2008 20:23:20 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151684 for review
Message-ID:  <200810212023.m9LKNKjk058857@repoman.freebsd.org>

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

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



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