]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Sync with mac80211-next.git include/uapi/linux/nl80211.h
authorJouni Malinen <j@w1.fi>
Mon, 19 Mar 2018 17:08:15 +0000 (19:08 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Mar 2018 17:08:15 +0000 (19:08 +0200)
This brings in nl80211 definitions as of 2018-02-13.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/nl80211_copy.h

index ca3d5a613fc07809f4a1db1b48f7f601eb58de70..c13c84304be3984a50ab697b3ee26040ec602910 100644 (file)
@@ -2626,6 +2626,7 @@ enum nl80211_attrs {
        NL80211_ATTR_EXTERNAL_AUTH_SUPPORT,
 
        NL80211_ATTR_NSS,
+       NL80211_ATTR_ACK_SIGNAL,
 
        /* add attributes here, update the policy in nl80211.c */
 
@@ -2947,6 +2948,7 @@ enum nl80211_sta_bss_param {
  * @NL80211_STA_INFO_RX_DURATION: aggregate PPDU duration for all frames
  *     received from the station (u64, usec)
  * @NL80211_STA_INFO_PAD: attribute used for padding for 64-bit alignment
+ * @NL80211_STA_INFO_ACK_SIGNAL: signal strength of the last ACK frame(u8, dBm)
  * @__NL80211_STA_INFO_AFTER_LAST: internal
  * @NL80211_STA_INFO_MAX: highest possible station info attribute
  */
@@ -2985,6 +2987,7 @@ enum nl80211_sta_info {
        NL80211_STA_INFO_TID_STATS,
        NL80211_STA_INFO_RX_DURATION,
        NL80211_STA_INFO_PAD,
+       NL80211_STA_INFO_ACK_SIGNAL,
 
        /* keep last */
        __NL80211_STA_INFO_AFTER_LAST,