projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add optional driver for the hw watchdog on gateworks avila boards (requires soldering...
[openwrt.git]
/
package
/
libertas
/
src
/
wext.h
diff --git
a/package/libertas/src/wext.h
b/package/libertas/src/wext.h
index
a563d9a
..
4c08db4
100644
(file)
--- a/
package/libertas/src/wext.h
+++ b/
package/libertas/src/wext.h
@@
-4,19
+4,6
@@
#ifndef _LBS_WEXT_H_
#define _LBS_WEXT_H_
#ifndef _LBS_WEXT_H_
#define _LBS_WEXT_H_
-/** lbs_ioctl_regrdwr */
-struct lbs_ioctl_regrdwr {
- /** Which register to access */
- u16 whichreg;
- /** Read or Write */
- u16 action;
- u32 offset;
- u16 NOB;
- u32 value;
-};
-
-#define LBS_MONITOR_OFF 0
-
extern struct iw_handler_def lbs_handler_def;
extern struct iw_handler_def mesh_handler_def;
extern struct iw_handler_def lbs_handler_def;
extern struct iw_handler_def mesh_handler_def;
This page took
0.024526 seconds
and
4
git commands to generate.