From: Johannes Berg Date: Wed, 11 Nov 2009 13:43:06 +0000 (+0100) Subject: sync nl80211.h X-Git-Tag: v0.9.18~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e17cb20ca6e6b45db3070ef742c44a48a6d2ac55;p=thirdparty%2Fiw.git sync nl80211.h --- diff --git a/nl80211.h b/nl80211.h index 09a98ce..203adef 100644 --- 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,