ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / wireless / orinoco / wext.h
blob1479f4e26ddee9762170e1e70b9622f65159b340
1 /* Wireless extensions support.
3 * See copyright notice in main.c
4 */
5 #ifndef _ORINOCO_WEXT_H_
6 #define _ORINOCO_WEXT_H_
8 #include <net/iw_handler.h>
10 /* Structure defining all our WEXT handlers */
11 extern const struct iw_handler_def orinoco_handler_def;
13 #endif /* _ORINOCO_WEXT_H_ */