diff options
Diffstat (limited to 'drivers/net/wireless/libertas/mesh.h')
-rw-r--r-- | drivers/net/wireless/libertas/mesh.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/drivers/net/wireless/libertas/mesh.h b/drivers/net/wireless/libertas/mesh.h index e2573303a328..afb2e8dead3f 100644 --- a/drivers/net/wireless/libertas/mesh.h +++ b/drivers/net/wireless/libertas/mesh.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <net/iw_handler.h> | 8 | #include <net/iw_handler.h> |
9 | #include <net/lib80211.h> | 9 | #include <net/lib80211.h> |
10 | 10 | ||
11 | #include "host.h" | ||
11 | 12 | ||
12 | #ifdef CONFIG_LIBERTAS_MESH | 13 | #ifdef CONFIG_LIBERTAS_MESH |
13 | 14 | ||
@@ -51,10 +52,15 @@ struct cmd_ds_command; | |||
51 | struct cmd_ds_mesh_access; | 52 | struct cmd_ds_mesh_access; |
52 | struct cmd_ds_mesh_config; | 53 | struct cmd_ds_mesh_config; |
53 | 54 | ||
54 | int lbs_cmd_bt_access(struct cmd_ds_command *cmd, | 55 | int lbs_mesh_bt_add_del(struct lbs_private *priv, bool add, u8 *addr1); |
55 | u16 cmd_action, void *pdata_buf); | 56 | int lbs_mesh_bt_reset(struct lbs_private *priv); |
56 | int lbs_cmd_fwt_access(struct cmd_ds_command *cmd, | 57 | int lbs_mesh_bt_get_inverted(struct lbs_private *priv, bool *inverted); |
57 | u16 cmd_action, void *pdata_buf); | 58 | int lbs_mesh_bt_set_inverted(struct lbs_private *priv, bool inverted); |
59 | int lbs_mesh_bt_get_entry(struct lbs_private *priv, u32 id, u8 *addr1); | ||
60 | |||
61 | int lbs_cmd_fwt_access(struct lbs_private *priv, u16 cmd_action, | ||
62 | struct cmd_ds_fwt_access *cmd); | ||
63 | |||
58 | int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action, | 64 | int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action, |
59 | struct cmd_ds_mesh_access *cmd); | 65 | struct cmd_ds_mesh_access *cmd); |
60 | int lbs_mesh_config_send(struct lbs_private *priv, | 66 | int lbs_mesh_config_send(struct lbs_private *priv, |
@@ -70,11 +76,6 @@ void lbs_persist_config_init(struct net_device *net); | |||
70 | void lbs_persist_config_remove(struct net_device *net); | 76 | void lbs_persist_config_remove(struct net_device *net); |
71 | 77 | ||
72 | 78 | ||
73 | /* WEXT handler */ | ||
74 | |||
75 | extern struct iw_handler_def mesh_handler_def; | ||
76 | |||
77 | |||
78 | /* Ethtool statistics */ | 79 | /* Ethtool statistics */ |
79 | 80 | ||
80 | struct ethtool_stats; | 81 | struct ethtool_stats; |