commit | b207cdb07f3f01ec1adaac62e9d0cc918c60a81a | [log] [tgz] |
---|---|---|
author | Alexander Bondar <alexander.bondar@intel.com> | Sat Dec 22 10:43:33 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 11 18:44:58 2013 +0100 |
tree | f99fa790d54a25e99c04bb43badd3d8ed8159172 | |
parent | 776b3580178f2065838fa0db0eb7a41b57495c0a [diff] |
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>