summaryrefslogtreecommitdiffstats
path: root/package/libertas/src/wext.h
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-07 16:03:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-07 16:03:31 +0000
commitab969ad78e2a6ea754714b4bc18bbf511e4e48bb (patch)
treef6680ee7bb34215ac6602588238e78d8a2d2c6bf /package/libertas/src/wext.h
parent4cce3b1620d3ad13b15697efcce0f39f7cd5f51a (diff)
[package] libertas: use driver from compat-wireless instead of our own (deprecated) one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/wext.h')
-rw-r--r--package/libertas/src/wext.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libertas/src/wext.h b/package/libertas/src/wext.h
deleted file mode 100644
index 4c08db497..000000000
--- a/package/libertas/src/wext.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * This file contains definition for IOCTL call.
- */
-#ifndef _LBS_WEXT_H_
-#define _LBS_WEXT_H_
-
-extern struct iw_handler_def lbs_handler_def;
-extern struct iw_handler_def mesh_handler_def;
-
-#endif