aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_netdev.h
diff options
context:
space:
mode:
authorZhao, Gang <gamerh2o@gmail.com>2014-04-09 09:28:09 +0800
committerJohannes Berg <johannes.berg@intel.com>2014-04-09 14:49:43 +0200
commitaa51142fc5dee212ddcdab274b50cd541b7f2c49 (patch)
tree59695e28ece2ab18b1630fdf51eb6c121c0beccd /net/mac80211/debugfs_netdev.h
parentmac80211: Update conf_is_ht() to work properly with 5/10MHz channels (diff)
downloadlinux-dev-aa51142fc5dee212ddcdab274b50cd541b7f2c49.tar.xz
linux-dev-aa51142fc5dee212ddcdab274b50cd541b7f2c49.zip
mac80211: fix some missing includes
Some header files in mac80211 don't include all the header files they require, fix that. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs_netdev.h')
-rw-r--r--net/mac80211/debugfs_netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/debugfs_netdev.h b/net/mac80211/debugfs_netdev.h
index 79025e79f4d6..9f5501a9a795 100644
--- a/net/mac80211/debugfs_netdev.h
+++ b/net/mac80211/debugfs_netdev.h
@@ -3,6 +3,8 @@
#ifndef __IEEE80211_DEBUGFS_NETDEV_H
#define __IEEE80211_DEBUGFS_NETDEV_H
+#include "ieee80211_i.h"
+
#ifdef CONFIG_MAC80211_DEBUGFS
void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata);