From e0eb68596232788bc352368f2fbc3cb088e42e41 Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Tue, 18 Sep 2007 17:29:21 -0400 Subject: [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 Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- net/mac80211/cfg.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 net/mac80211/cfg.h (limited to 'net/mac80211/cfg.h') diff --git a/net/mac80211/cfg.h b/net/mac80211/cfg.h new file mode 100644 index 000000000000..7d7879f5b00b --- /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 */ -- cgit v1.2.3