Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2007 07:02:37 GMT
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 119759 for review
Message-ID:  <200705130702.l4D72blZ071640@repoman.freebsd.org>

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

Change 119759 by sephe@sephe_zealot:sam_wifi on 2007/05/13 07:02:24

	Fix comment.
	
	Reviewed by:	sam

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_radiotap.h#12 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_radiotap.h#12 (text+ko) ====

@@ -163,15 +163,15 @@
  *      The first antenna is antenna 0.
  *
  * IEEE80211_RADIOTAP_XCHANNEL          uint32_t        bitmap
- *					uint16_t        MHz
- *					uint8_t         channel number
- *					uint8_t         .5 dBm
+ *                                      uint16_t        MHz
+ *                                      uint8_t         channel number
+ *                                      int8_t          .5 dBm
  *
- *	Extended channel specification: flags (see below) followed by
- *	frequency in MHz, the corresponding IEEE channel number, and
- *	finally the maximum regulatory transmit power cap in .5 dBm
- *	units.  This property supersedes IEEE80211_RADIOTAP_CHANNEL
- *	and only one of the two should be present.
+ *      Extended channel specification: flags (see below) followed by
+ *      frequency in MHz, the corresponding IEEE channel number, and
+ *      finally the maximum regulatory transmit power cap in .5 dBm
+ *      units.  This property supersedes IEEE80211_RADIOTAP_CHANNEL
+ *      and only one of the two should be present.
  */
 enum ieee80211_radiotap_type {
 	IEEE80211_RADIOTAP_TSFT = 0,



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