mac80211: add vif debugfs driver callbacks
authorAlexander Bondar <alexander.bondar@intel.com>
Sat, 22 Dec 2012 08:43:33 +0000 (10:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Feb 2013 17:44:58 +0000 (18:44 +0100)
commitb207cdb07f3f01ec1adaac62e9d0cc918c60a81a
treef99fa790d54a25e99c04bb43badd3d8ed8159172
parent776b3580178f2065838fa0db0eb7a41b57495c0a
mac80211: add vif debugfs driver callbacks

Add debugfs driver callbacks so drivers can add
debugfs entries for interfaces. Note that they
_must_ remove the entries again as add/remove in
the driver doesn't correspond to add/remove in
debugfs; the former is up/down while the latter
is netdev create/destroy.

Signed-off-by: Alexander Bondar <alexander.bondar@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/iface.c
This page took 0.035555 seconds and 5 git commands to generate.