mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 20:02:10 -04:00
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:
committed by
Johannes Berg
parent
c4b50cd31d
commit
a78b26fffd
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user