diff options
Diffstat (limited to 'net/mac80211/debugfs_netdev.c')
-rw-r--r-- | net/mac80211/debugfs_netdev.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c index 9efb84c47bb0..c9948fa58e08 100644 --- a/net/mac80211/debugfs_netdev.c +++ b/net/mac80211/debugfs_netdev.c | |||
@@ -165,20 +165,6 @@ IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC); | |||
165 | /* VLAN attributes */ | 165 | /* VLAN attributes */ |
166 | IEEE80211_IF_FILE(vlan_id, u.vlan.id, DEC); | 166 | IEEE80211_IF_FILE(vlan_id, u.vlan.id, DEC); |
167 | 167 | ||
168 | /* MONITOR attributes */ | ||
169 | static ssize_t ieee80211_if_fmt_mode( | ||
170 | const struct ieee80211_sub_if_data *sdata, char *buf, int buflen) | ||
171 | { | ||
172 | struct ieee80211_local *local = sdata->local; | ||
173 | |||
174 | return scnprintf(buf, buflen, "%s\n", | ||
175 | ((local->hw.flags & IEEE80211_HW_MONITOR_DURING_OPER) || | ||
176 | local->open_count == local->monitors) ? | ||
177 | "hard" : "soft"); | ||
178 | } | ||
179 | __IEEE80211_IF_FILE(mode); | ||
180 | |||
181 | |||
182 | #define DEBUGFS_ADD(name, type)\ | 168 | #define DEBUGFS_ADD(name, type)\ |
183 | sdata->debugfs.type.name = debugfs_create_file(#name, 0444,\ | 169 | sdata->debugfs.type.name = debugfs_create_file(#name, 0444,\ |
184 | sdata->debugfsdir, sdata, &name##_ops); | 170 | sdata->debugfsdir, sdata, &name##_ops); |
@@ -242,7 +228,6 @@ static void add_vlan_files(struct ieee80211_sub_if_data *sdata) | |||
242 | 228 | ||
243 | static void add_monitor_files(struct ieee80211_sub_if_data *sdata) | 229 | static void add_monitor_files(struct ieee80211_sub_if_data *sdata) |
244 | { | 230 | { |
245 | DEBUGFS_ADD(mode, monitor); | ||
246 | } | 231 | } |
247 | 232 | ||
248 | static void add_files(struct ieee80211_sub_if_data *sdata) | 233 | static void add_files(struct ieee80211_sub_if_data *sdata) |
@@ -337,7 +322,6 @@ static void del_vlan_files(struct ieee80211_sub_if_data *sdata) | |||
337 | 322 | ||
338 | static void del_monitor_files(struct ieee80211_sub_if_data *sdata) | 323 | static void del_monitor_files(struct ieee80211_sub_if_data *sdata) |
339 | { | 324 | { |
340 | DEBUGFS_DEL(mode, monitor); | ||
341 | } | 325 | } |
342 | 326 | ||
343 | static void del_files(struct ieee80211_sub_if_data *sdata, int type) | 327 | static void del_files(struct ieee80211_sub_if_data *sdata, int type) |