mac80211: Add tx ack signal support in sta info

This allows users to get ack signal strength of
last transmitted frame.

Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Venkateswara Naralasetty
2018-02-13 11:04:46 +05:30
committed by Johannes Berg
parent c4b50cd31d
commit a78b26fffd
4 changed files with 20 additions and 2 deletions

View File

@@ -934,6 +934,7 @@ struct ieee80211_tx_info {
u8 ampdu_len;
u8 antenna;
u16 tx_time;
bool is_valid_ack_signal;
void *status_driver_data[19 / sizeof(void *)];
} status;
struct {