blob: 6aa444c7de8d6d43fc144ee5beb4397beca880b4 [file] [log] [blame]
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02001/**
2 * This file contains definition for IOCTL call.
3 */
4#ifndef _WLAN_WEXT_H_
5#define _WLAN_WEXT_H_
6
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02007/** wlan_ioctl_regrdwr */
8struct wlan_ioctl_regrdwr {
9 /** Which register to access */
10 u16 whichreg;
11 /** Read or Write */
12 u16 action;
13 u32 offset;
14 u16 NOB;
15 u32 value;
16};
17
Luis Carlos Cobo965f8bb2007-08-02 13:16:55 -040018#define WLAN_MONITOR_OFF 0
Dan Williams7dcf5282007-06-18 12:10:33 -040019
Marcelo Tosatti876c9d32007-02-10 12:25:27 -020020extern struct iw_handler_def libertas_handler_def;
Luis Carlos Cobo Rusf5e05b62007-05-25 23:08:34 -040021extern struct iw_handler_def mesh_handler_def;
Marcelo Tosatti876c9d32007-02-10 12:25:27 -020022
23#endif /* _WLAN_WEXT_H_ */