]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
sync nl80211.h
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 11 Nov 2009 13:43:06 +0000 (14:43 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 11 Nov 2009 13:43:06 +0000 (14:43 +0100)
nl80211.h

index 09a98ce5992ec10fb120924101285f7fa00052f9..203adef972cf3b621df046826967d34a35848875 100644 (file)
--- a/nl80211.h
+++ b/nl80211.h
@@ -1281,6 +1281,7 @@ enum nl80211_channel_type {
  * @NL80211_BSS_SIGNAL_UNSPEC: signal strength of the probe response/beacon
  *     in unspecified units, scaled to 0..100 (u8)
  * @NL80211_BSS_STATUS: status, if this BSS is "used"
+ * @NL80211_BSS_SEEN_MS_AGO: age of this BSS entry in ms
  * @__NL80211_BSS_AFTER_LAST: internal
  * @NL80211_BSS_MAX: highest BSS attribute
  */
@@ -1295,6 +1296,7 @@ enum nl80211_bss {
        NL80211_BSS_SIGNAL_MBM,
        NL80211_BSS_SIGNAL_UNSPEC,
        NL80211_BSS_STATUS,
+       NL80211_BSS_SEEN_MS_AGO,
 
        /* keep last */
        __NL80211_BSS_AFTER_LAST,