diff options
author | Sam Leffler <sam@FreeBSD.org> | 2009-07-18 20:19:53 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2009-07-18 20:19:53 +0000 |
commit | 519f677aff17ce417e74f2f2727313b5b3fed687 (patch) | |
tree | 8baf10048cb5037506a7d77ca47bebe123dc1343 /sys/net80211/ieee80211_ioctl.h | |
parent | b36c89e55f33a02f1f3ff4954144401610baca81 (diff) |
Notes
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 723d3da35717..8105990c695f 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -235,8 +235,9 @@ struct ieee80211_stats { uint32_t is_hwmp_wrongseq; /* wrong hwmp seq no. */ uint32_t is_hwmp_rootreqs; /* root PREQs sent */ uint32_t is_hwmp_rootrann; /* root RANNs sent */ + uint32_t is_rx_badalign; /* dropped 'cuz misaligned */ - uint32_t is_spare[16]; + uint32_t is_spare[15]; }; /* |