Re: [PATCH v2 2/2] mac80211: last ack signal support in station dump

2018-06-18 Thread Balaji Pothunoori
On 2018-06-15 17:13, Johannes Berg wrote: On Mon, 2018-06-04 at 19:41 +0530, Balaji Pothunoori wrote: + if (ieee80211_hw_check(>local->hw, REPORTS_TX_ACK_STATUS)) { + if (sta->status_stats.ack_signal_filled && ((!(sinfo->filled & +

Re: [PATCH v2 2/2] mac80211: last ack signal support in station dump

2018-06-15 Thread Johannes Berg
On Mon, 2018-06-04 at 19:41 +0530, Balaji Pothunoori wrote: > > + if (ieee80211_hw_check(>local->hw, REPORTS_TX_ACK_STATUS)) { > + if (sta->status_stats.ack_signal_filled && ((!(sinfo->filled & > + BIT_ULL(NL80211_STA_INFO_ACK_SIGNAL))) || > +

[PATCH v2 2/2] mac80211: last ack signal support in station dump

2018-06-04 Thread Balaji Pothunoori
This patch adds "last ack signal" and "avg ack signal" support in station dump for valid ack rssi. Signed-off-by: Balaji Pothunoori --- v2: - typo corrected in subject net/mac80211/sta_info.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git