mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
libertas: add debugging output to lbs_mesh_config()
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
8642f1f062
commit
06113c1c70
1 changed files with 3 additions and 1 deletions
|
@ -1106,7 +1106,9 @@ int lbs_mesh_config(struct lbs_private *priv, int enable)
|
|||
cmd.length = cpu_to_le16(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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue