提交 06113c1c 编写于 作者: D David Woodhouse 提交者: David S. Miller

libertas: add debugging output to lbs_mesh_config()

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 8642f1f0
...@@ -1106,7 +1106,9 @@ int lbs_mesh_config(struct lbs_private *priv, int enable) ...@@ -1106,7 +1106,9 @@ int lbs_mesh_config(struct lbs_private *priv, int enable)
cmd.length = cpu_to_le16(priv->mesh_ssid_len); cmd.length = cpu_to_le16(priv->mesh_ssid_len);
memcpy(cmd.data, priv->mesh_ssid, priv->mesh_ssid_len); memcpy(cmd.data, priv->mesh_ssid, priv->mesh_ssid_len);
} }
lbs_deb_cmd("mesh config channel %d SSID %s\n",
priv->curbssparams.channel,
escape_essid(priv->mesh_ssid, priv->mesh_ssid_len));
return lbs_cmd_with_response(priv, CMD_MESH_CONFIG, cmd); return lbs_cmd_with_response(priv, CMD_MESH_CONFIG, cmd);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册