diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2016-08-01 00:36:29 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2016-08-01 00:36:29 +0000 |
| commit | 52fe68b878719e5e28a6e0184f19b2054b46be56 (patch) | |
| tree | b53305599716e07d146ad71854057d1c3a8f9786 /sys/dev/ath/if_athioctl.h | |
| parent | e725fe4b067936d0a53cf96eced05831f1366937 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_athioctl.h')
| -rw-r--r-- | sys/dev/ath/if_athioctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 7b69ab5fe6c2f..73905d3fa0a48 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -303,8 +303,8 @@ struct ath_radiotap_vendor_hdr { /* 30 bytes */ /* 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 */ |
