commit | fd5b74dcb88cfc109d6576b22deaef6f47f82c12 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Dec 19 02:03:36 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:59:52 2008 -0800 |
tree | eebd528e684a4a127d906257b4727a6d134c85ef | |
parent | 5727ef1b2e797a1922f5bc239b6afb2b4cfb80bc [diff] |
cfg80211/nl80211: implement station attribute retrieval After a station is added to the kernel's structures, userspace has to be able to retrieve statistics about that station, especially whether the station was idle and how much bytes were transferred to and from it. This adds the necessary code to nl80211. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>