Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2007 23:32:27 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114928 for review
Message-ID:  <200702232332.l1NNWRDe034274@repoman.freebsd.org>

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

Change 114928 by sam@sam_ebb on 2007/02/23 23:32:14

	correct signed'ness of radiotap stuff

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_athioctl.h#17 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_athioctl.h#17 (text+ko) ====

@@ -156,8 +156,8 @@
 	u_int8_t	wr_rate;
 	u_int16_t	wr_chan_freq;
 	u_int16_t	wr_chan_flags;
-	u_int8_t	wr_antsignal;
-	u_int8_t	wr_antnoise;
+	int8_t		wr_antsignal;
+	int8_t		wr_antnoise;
 	u_int8_t	wr_antenna;
 };
 



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