mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
e0eb685962
Might as well rename ieee80211_cfg.h to cfg.h to keep things consistent. Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
155 B
C
9 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 */
|