aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.h
diff options
context:
space:
mode:
authorMichael Wu <flamingice@sourmilk.net>2007-09-18 17:29:21 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:52:34 -0700
commite0eb68596232788bc352368f2fbc3cb088e42e41 (patch)
tree0cba5b7f58a3d9a842b5c8890dbd2d472f5da662 /net/mac80211/cfg.h
parentd86ec781ef9627a3fcd64a7a91d1b79a74d3927b (diff)
downloadkernel_samsung_smdk4412-e0eb68596232788bc352368f2fbc3cb088e42e41.tar.gz
kernel_samsung_smdk4412-e0eb68596232788bc352368f2fbc3cb088e42e41.tar.bz2
kernel_samsung_smdk4412-e0eb68596232788bc352368f2fbc3cb088e42e41.zip
[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>
Diffstat (limited to 'net/mac80211/cfg.h')
-rw-r--r--net/mac80211/cfg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mac80211/cfg.h b/net/mac80211/cfg.h
new file mode 100644
index 00000000000..7d7879f5b00
--- /dev/null
+++ b/net/mac80211/cfg.h
@@ -0,0 +1,9 @@
+/*
+ * mac80211 configuration hooks for cfg80211
+ */
+#ifndef __CFG_H
+#define __CFG_H
+
+extern struct cfg80211_ops mac80211_config_ops;
+
+#endif /* __CFG_H */