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