]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
mac80211: Add debugfs callbacks for station addition/removal
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Tue, 20 Nov 2012 03:16:02 +0000 (08:46 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Nov 2012 10:46:25 +0000 (11:46 +0100)
commit77d2ece6fde80631193054edc9c9a3edad519565
treeea8597ad4790f00f064a482fa837480d1cf8ae53
parentfe5f255930af02ef3c3e0d00545b674e7e9d0cfb
mac80211: Add debugfs callbacks for station addition/removal

Provide drivers with hooks to create debugfs files when
a new station is added. This would help drivers to take
advantage of mac80211's station list infrastructure and not maintain
tedious station management code internally.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
[ifdef inline wrapper functions]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/debugfs_sta.c
net/mac80211/driver-ops.h