[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>
Este commit está contenido en:
Michael Wu
2007-09-18 17:29:21 -04:00
cometido por David S. Miller
padre d86ec781ef
commit e0eb685962
Se han modificado 3 ficheros con 5 adiciones y 5 borrados

9
net/mac80211/cfg.h Archivo normal
Ver fichero

@@ -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 */