mac80211: add debugfs file for last ack signal
Add a debugfs file showing the signal strength of the ack frame that is received for the currently sent tx packet Signed-off-by: Saravana <saravanad@posedge.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
此提交包含在:
@@ -539,6 +539,9 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
|
||||
sta->lost_packets = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (acked)
|
||||
sta->last_ack_signal = info->status.ack_signal;
|
||||
}
|
||||
|
||||
rcu_read_unlock();
|
||||
|
新增問題並參考
封鎖使用者