]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0f21ee16f1acaab56bfadf6925d6feae5fc2bd2c
treef99fa790d54a25e99c04bb43badd3d8ed8159172
parent0b14ded30e62b8d8fc447fb5b5fbe21f1b541960
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