svn commit: r303602 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Mon Aug 1 00:36:30 UTC 2016
Author: adrian
Date: Mon Aug 1 00:36:29 2016
New Revision: 303602
URL: https://svnweb.freebsd.org/changeset/base/303602
Log:
[ath] update comments.
Modified:
head/sys/dev/ath/if_athioctl.h
Modified: head/sys/dev/ath/if_athioctl.h
==============================================================================
--- head/sys/dev/ath/if_athioctl.h Sun Jul 31 21:43:43 2016 (r303601)
+++ head/sys/dev/ath/if_athioctl.h Mon Aug 1 00:36:29 2016 (r303602)
@@ -303,8 +303,8 @@ struct ath_radiotap_vendor_hdr { /* 30
/* At this point it should be 4 byte aligned */
uint32_t evm[ATH_RADIOTAP_MAX_EVM]; /* 5 * 4 = 20 */
- uint8_t rssi_ctl[ATH_RADIOTAP_MAX_CHAINS]; /* 4 */
- uint8_t rssi_ext[ATH_RADIOTAP_MAX_CHAINS]; /* 4 */
+ uint8_t rssi_ctl[ATH_RADIOTAP_MAX_CHAINS]; /* 4 * 4 = 16 */
+ uint8_t rssi_ext[ATH_RADIOTAP_MAX_CHAINS]; /* 4 * 4 = 16 */
uint8_t vh_phyerr_code; /* Phy error code, or 0xff */
uint8_t vh_rs_status; /* RX status */
More information about the svn-src-head
mailing list