mirror of
https://github.com/AlexisTM/RT-WiFi.git
synced 2025-01-13 16:30:18 +00:00
10 lines
155 B
C
10 lines
155 B
C
|
/*
|
||
|
* mac80211 configuration hooks for cfg80211
|
||
|
*/
|
||
|
#ifndef __CFG_H
|
||
|
#define __CFG_H
|
||
|
|
||
|
extern struct cfg80211_ops mac80211_config_ops;
|
||
|
|
||
|
#endif /* __CFG_H */
|