mac80211: move sdata debugfs dir to vif
[deliverable/linux.git] / net / mac80211 / driver-ops.h
index 025b7592b797bb4b4cf31c43bc7c1d08059fd3a8..0059f3886d44262afee3a16bbe20166adc814d12 100644 (file)
@@ -560,7 +560,7 @@ void drv_add_interface_debugfs(struct ieee80211_local *local,
                return;
 
        local->ops->add_interface_debugfs(&local->hw, &sdata->vif,
-                                         sdata->debugfs.dir);
+                                         sdata->vif.debugfs_dir);
 }
 
 static inline
@@ -575,7 +575,7 @@ void drv_remove_interface_debugfs(struct ieee80211_local *local,
                return;
 
        local->ops->remove_interface_debugfs(&local->hw, &sdata->vif,
-                                            sdata->debugfs.dir);
+                                            sdata->vif.debugfs_dir);
 }
 #else
 static inline
This page took 0.038378 seconds and 5 git commands to generate.