PERFORCE change 119759 for review

Sepherosa Ziehau sephe at FreeBSD.org
Sun May 13 07:02:38 UTC 2007


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

Change 119759 by sephe at 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,


More information about the p4-projects mailing list