aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/mesh.h
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2009-11-25 07:11:16 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-11-28 15:04:59 -0500
commitece1e3c61e59ba184150e5aff57bbc6355613e3e (patch)
treefb6b71185eea092333d10e5c3729ea7bc8f37a2f /drivers/net/wireless/libertas/mesh.h
parentc7fe64cf4a08561a9e8f57e6018a504881236e34 (diff)
libertas: move mesh command handling into mesh.c
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/mesh.h')
-rw-r--r--drivers/net/wireless/libertas/mesh.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/mesh.h b/drivers/net/wireless/libertas/mesh.h
index 23b38ba26cd0..fea9b5d005fc 100644
--- a/drivers/net/wireless/libertas/mesh.h
+++ b/drivers/net/wireless/libertas/mesh.h
@@ -6,6 +6,7 @@
6 6
7 7
8#include <net/iw_handler.h> 8#include <net/iw_handler.h>
9#include <net/lib80211.h>
9 10
10 11
11/* Mesh statistics */ 12/* Mesh statistics */
@@ -42,6 +43,16 @@ void lbs_mesh_set_txpd(struct lbs_private *priv,
42 struct net_device *dev, struct txpd *txpd); 43 struct net_device *dev, struct txpd *txpd);
43 44
44 45
46/* Command handling */
47
48struct cmd_ds_command;
49
50int lbs_cmd_bt_access(struct cmd_ds_command *cmd,
51 u16 cmd_action, void *pdata_buf);
52int lbs_cmd_fwt_access(struct cmd_ds_command *cmd,
53 u16 cmd_action, void *pdata_buf);
54
55
45/* Persistent configuration */ 56/* Persistent configuration */
46 57
47void lbs_persist_config_init(struct net_device *net); 58void lbs_persist_config_init(struct net_device *net);