mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.
Now low-level WEXT ioctl handlers can do compat handling when necessary. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
169a3ec492
commit
0f5cabba49
2 changed files with 34 additions and 41 deletions
|
@ -256,7 +256,7 @@
|
|||
#define EIWCOMMIT EINPROGRESS
|
||||
|
||||
/* Flags available in struct iw_request_info */
|
||||
#define IW_REQUEST_FLAG_NONE 0x0000 /* No flag so far */
|
||||
#define IW_REQUEST_FLAG_COMPAT 0x0001 /* Compat ioctl call */
|
||||
|
||||
/* Type of headers we know about (basically union iwreq_data) */
|
||||
#define IW_HEADER_TYPE_NULL 0 /* Not available */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue