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)
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>

No differences found