projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
netdev: ehea: bcmc_regs semaphore to mutex
[linux-2.6]
/
drivers
/
net
/
wireless
/
libertas
/
wext.h
1
/**
2
* This file contains definition for IOCTL call.
3
*/
4
#ifndef _LBS_WEXT_H_
5
#define _LBS_WEXT_H_
6
7
/** lbs_ioctl_regrdwr */
8
struct lbs_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
18
extern struct iw_handler_def lbs_handler_def;
19
extern struct iw_handler_def mesh_handler_def;
20
21
#endif