Adding ack signal support in station dump if the driver supports; also made changes to update "last ack signal" and "avg ack signal" for both data and management tx ack packet. Balaji Pothunoori (3): cfg80211: Extend avg ack rssi support for mgmt frames mac80211: Extend avg ack rssi support for mgmt frames ath10k: management tx ack rssi capability check drivers/net/wireless/ath/ath10k/mac.c | 5 +++-- include/uapi/linux/nl80211.h | 7 +++++++ net/mac80211/sta_info.c | 26 +++++++++++++------------- net/wireless/nl80211.c | 7 ++++--- 4 files changed, 27 insertions(+), 18 deletions(-) -- v2 : Addressed Johannes comments Modified subject and commit log 2.7.4