Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Michael Wu and committed by
David S. Miller
e0eb6859 d86ec781

+5 -5
+1 -1
net/mac80211/cfg.c
··· 11 11 #include <net/net_namespace.h> 12 12 #include <net/cfg80211.h> 13 13 #include "ieee80211_i.h" 14 - #include "ieee80211_cfg.h" 14 + #include "cfg.h" 15 15 16 16 static int ieee80211_add_iface(struct wiphy *wiphy, char *name, 17 17 enum nl80211_iftype type)
+1 -1
net/mac80211/ieee80211.c
··· 31 31 #include "wme.h" 32 32 #include "aes_ccm.h" 33 33 #include "ieee80211_led.h" 34 - #include "ieee80211_cfg.h" 34 + #include "cfg.h" 35 35 #include "debugfs.h" 36 36 #include "debugfs_netdev.h" 37 37
+3 -3
net/mac80211/ieee80211_cfg.h net/mac80211/cfg.h
··· 1 1 /* 2 2 * mac80211 configuration hooks for cfg80211 3 3 */ 4 - #ifndef __IEEE80211_CFG_H 5 - #define __IEEE80211_CFG_H 4 + #ifndef __CFG_H 5 + #define __CFG_H 6 6 7 7 extern struct cfg80211_ops mac80211_config_ops; 8 8 9 - #endif /* __IEEE80211_CFG_H */ 9 + #endif /* __CFG_H */