Michael Wu | e0eb685 | 2007-09-18 17:29:21 -0400 | [diff] [blame] | 1 | /* |
2 | * mac80211 configuration hooks for cfg80211 | ||||
3 | */ | ||||
4 | #ifndef __CFG_H | ||||
5 | #define __CFG_H | ||||
6 | |||||
Johannes Berg | 8a47cea | 2014-01-20 23:55:44 +0100 | [diff] [blame] | 7 | extern const struct cfg80211_ops mac80211_config_ops; |
Michael Wu | e0eb685 | 2007-09-18 17:29:21 -0400 | [diff] [blame] | 8 | |
9 | #endif /* __CFG_H */ |