swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 84a1caf1453c3d44050bd22db958af4a7f99315c authored by Linus Torvalds on 14 July 2012, 22:40:28 UTC
Linux 3.5-rc7
Tip revision: 84a1caf
cfg.h
/*
 * mac80211 configuration hooks for cfg80211
 */
#ifndef __CFG_H
#define __CFG_H

extern struct cfg80211_ops mac80211_config_ops;

#endif /* __CFG_H */
back to top