cfg80211/nl80211: implement station attribute retrieval
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 19 Dec 2007 01:03:36 +0000 (02:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:52 +0000 (14:59 -0800)
commitfd5b74dcb88cfc109d6576b22deaef6f47f82c12
treeeebd528e684a4a127d906257b4727a6d134c85ef
parent5727ef1b2e797a1922f5bc239b6afb2b4cfb80bc
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>
include/linux/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c