Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183302
b: refs/heads/master
c: e4da1a8
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Dec 22, 2009
1 parent 8ffc2ab commit 608dbf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd74468b8c56c1a809d9b7f913f11d8181c3a0b2
refs/heads/master: e4da1a81a967c05dfde6f0498cff1f6fe6683f52
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,6 @@ struct lbs_private *lbs_add_card(void *card, struct device *dmdev)
INIT_DELAYED_WORK(&priv->scan_work, lbs_scan_worker);
INIT_WORK(&priv->mcast_work, lbs_set_mcast_worker);

priv->mesh_open = 0;
sprintf(priv->mesh_ssid, "mesh");
priv->mesh_ssid_len = 4;

priv->wol_criteria = 0xffffffff;
priv->wol_gpio = 0xff;

Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/libertas/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ int lbs_init_mesh(struct lbs_private *priv)


if (priv->mesh_tlv) {
sprintf(priv->mesh_ssid, "mesh");
priv->mesh_ssid_len = 4;

lbs_add_mesh(priv);

if (device_create_file(&dev->dev, &dev_attr_lbs_mesh))
Expand Down

0 comments on commit 608dbf0

Please sign in to comment.