Back to home page

OSCL-LXR

 
 

    


0001 /* cfg80211 support.
0002  *
0003  * See copyright notice in main.c
0004  */
0005 #ifndef ORINOCO_CFG_H
0006 #define ORINOCO_CFG_H
0007 
0008 #include <net/cfg80211.h>
0009 
0010 extern const struct cfg80211_ops orinoco_cfg_ops;
0011 
0012 void orinoco_wiphy_init(struct wiphy *wiphy);
0013 int orinoco_wiphy_register(struct wiphy *wiphy);
0014 
0015 #endif /* ORINOCO_CFG_H */