Re: [PATCH v4] iw: Add support for NL80211_STA_INFO_RX_DURATION netlink attribute
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-05-31 09:41:11
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-05-31 09:41:11
On Thu, 2016-04-07 at 20:00 +0530, Mohammed Shafi Shajakhan wrote:
From: Mohammed Shafi Shajakhan <redacted> Add support for new netlink attribute 'NL80211_STA_INFO_RX_DURATION'. 'NL80211_STA_INFO_RX_DURATION' accounts for aggregate PPDU duration in microseconds for all the frames from a peer. Drivers can fill 'rx_duration' field and set the flag 'NL80211_STA_INFO_RX_DURATION'. 'rx_duration' will give an idea about the total time spent by our peer with each of its connected peers. This will get dumped as part of 'iw dev wlan#N station dump'
Applied. It's easier for me if you don't send nl80211.h changes in iw patches, but I can deal with just removing those too. johannes