PERFORCE change 114928 for review

Sam Leffler sam at FreeBSD.org
Fri Feb 23 23:32:28 UTC 2007


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

Change 114928 by sam at 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;
 };
 


More information about the p4-projects mailing list