wext.h 287 B

12345678910111213
  1. /* Wireless extensions support.
  2. *
  3. * See copyright notice in main.c
  4. */
  5. #ifndef _ORINOCO_WEXT_H_
  6. #define _ORINOCO_WEXT_H_
  7. #include <net/iw_handler.h>
  8. /* Structure defining all our WEXT handlers */
  9. extern const struct iw_handler_def orinoco_handler_def;
  10. #endif /* _ORINOCO_WEXT_H_ */