Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cfg.h « mac80211 « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d7879f5b00b9d9fb7aa42ca8695d04e330dadb0 (plain)
1
2
3
4
5
6
7
8
9
/*
 * mac80211 configuration hooks for cfg80211
 */
#ifndef __CFG_H
#define __CFG_H

extern struct cfg80211_ops mac80211_config_ops;

#endif /* __CFG_H */