2007-05-05 18:45:53 +00:00
|
|
|
/*
|
|
|
|
* mac80211 configuration hooks for cfg80211
|
|
|
|
*/
|
2007-09-18 21:29:21 +00:00
|
|
|
#ifndef __CFG_H
|
|
|
|
#define __CFG_H
|
2007-05-05 18:45:53 +00:00
|
|
|
|
|
|
|
extern struct cfg80211_ops mac80211_config_ops;
|
|
|
|
|
2007-09-18 21:29:21 +00:00
|
|
|
#endif /* __CFG_H */
|