aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/mesh.h
diff options
context:
space:
mode:
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);