orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002
[deliverable/linux.git] / drivers / net / wireless / orinoco / wext.h
1 /* Wireless extensions support.
2 *
3 * See copyright notice in main.c
4 */
5 #ifndef _ORINOCO_WEXT_H_
6 #define _ORINOCO_WEXT_H_
7
8 #include <net/iw_handler.h>
9
10 /* Structure defining all our WEXT handlers */
11 extern const struct iw_handler_def orinoco_handler_def;
12
13 #endif /* _ORINOCO_WEXT_H_ */
This page took 0.482819 seconds and 5 git commands to generate.