Browse Source

[MAC80211]: rename ieee80211_cfg.h to cfg.h

Might as well rename ieee80211_cfg.h to cfg.h to keep things consistent.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Michael Wu 17 years ago
parent
commit
e0eb685962
3 changed files with 5 additions and 5 deletions
  1. 1 1
      net/mac80211/cfg.c
  2. 3 3
      net/mac80211/cfg.h
  3. 1 1
      net/mac80211/ieee80211.c

+ 1 - 1
net/mac80211/cfg.c

@@ -11,7 +11,7 @@
 #include <net/net_namespace.h>
 #include <net/net_namespace.h>
 #include <net/cfg80211.h>
 #include <net/cfg80211.h>
 #include "ieee80211_i.h"
 #include "ieee80211_i.h"
-#include "ieee80211_cfg.h"
+#include "cfg.h"
 
 
 static int ieee80211_add_iface(struct wiphy *wiphy, char *name,
 static int ieee80211_add_iface(struct wiphy *wiphy, char *name,
 			       enum nl80211_iftype type)
 			       enum nl80211_iftype type)

+ 3 - 3
net/mac80211/ieee80211_cfg.h → net/mac80211/cfg.h

@@ -1,9 +1,9 @@
 /*
 /*
  * mac80211 configuration hooks for cfg80211
  * mac80211 configuration hooks for cfg80211
  */
  */
-#ifndef __IEEE80211_CFG_H
-#define __IEEE80211_CFG_H
+#ifndef __CFG_H
+#define __CFG_H
 
 
 extern struct cfg80211_ops mac80211_config_ops;
 extern struct cfg80211_ops mac80211_config_ops;
 
 
-#endif /* __IEEE80211_CFG_H */
+#endif /* __CFG_H */

+ 1 - 1
net/mac80211/ieee80211.c

@@ -31,7 +31,7 @@
 #include "wme.h"
 #include "wme.h"
 #include "aes_ccm.h"
 #include "aes_ccm.h"
 #include "ieee80211_led.h"
 #include "ieee80211_led.h"
-#include "ieee80211_cfg.h"
+#include "cfg.h"
 #include "debugfs.h"
 #include "debugfs.h"
 #include "debugfs_netdev.h"
 #include "debugfs_netdev.h"