cfg.h 308 B

123456789101112131415
  1. /* cfg80211 support.
  2. *
  3. * See copyright notice in main.c
  4. */
  5. #ifndef ORINOCO_CFG_H
  6. #define ORINOCO_CFG_H
  7. #include <net/cfg80211.h>
  8. extern const struct cfg80211_ops orinoco_cfg_ops;
  9. void orinoco_wiphy_init(struct wiphy *wiphy);
  10. int orinoco_wiphy_register(struct wiphy *wiphy);
  11. #endif /* ORINOCO_CFG_H */