From: Alexander Bondar Date: Sat, 22 Dec 2012 08:43:33 +0000 (+0200) Subject: mac80211: add vif debugfs driver callbacks X-Git-Tag: v3.9-rc1~139^2~31^2^2~12^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b207cdb07f3f01ec1adaac62e9d0cc918c60a81a;p=pandora-kernel.git 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 Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed