2007-05-06 02:45:53 +08:00
|
|
|
/*
|
|
|
|
* mac80211 configuration hooks for cfg80211
|
|
|
|
*/
|
2007-09-19 05:29:21 +08:00
|
|
|
#ifndef __CFG_H
|
|
|
|
#define __CFG_H
|
2007-05-06 02:45:53 +08:00
|
|
|
|
2014-01-21 06:55:44 +08:00
|
|
|
extern const struct cfg80211_ops mac80211_config_ops;
|
2007-05-06 02:45:53 +08:00
|
|
|
|
2007-09-19 05:29:21 +08:00
|
|
|
#endif /* __CFG_H */
|