diff options
Diffstat (limited to 'usr/src/uts/common/sys/net80211.h')
-rw-r--r-- | usr/src/uts/common/sys/net80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/net80211.h b/usr/src/uts/common/sys/net80211.h index 6414156e34..a8d45c6174 100644 --- a/usr/src/uts/common/sys/net80211.h +++ b/usr/src/uts/common/sys/net80211.h @@ -538,6 +538,7 @@ struct ieee80211com { enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ int ic_lastnonerp; /* last time nonERP sta noted */ int ic_lastnonht; /* last time non-HT sta noted */ + int ic_beaconmiss; /* beacon miss counter */ /* callback functions */ |