Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66465
b: refs/heads/master
c: 9cdc6d2
h: refs/heads/master
i:
  66463: 9429f90
v: v3
  • Loading branch information
Luis Carlos Cobo authored and David S. Miller committed Oct 10, 2007
1 parent 2bfbfc1 commit 1fb3bdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 8ff12da121af175a14c4cedbba0fd16ff0cfc07a
refs/heads/master: 9cdc6d295b97dc4a36569ddd0b0540aeba351149
10 changes: 5 additions & 5 deletions trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,13 +1007,13 @@ int libertas_process_event(wlan_private * priv)
break;

case MACREG_INT_CODE_MESH_AUTO_STARTED:
lbs_pr_alert("EVENT: MESH_AUTO_STARTED\n");
adapter->connect_status = LIBERTAS_CONNECTED ;
lbs_pr_info("EVENT: MESH_AUTO_STARTED\n");
adapter->connect_status = LIBERTAS_CONNECTED;
if (priv->mesh_open == 1) {
netif_wake_queue(priv->mesh_dev) ;
netif_carrier_on(priv->mesh_dev) ;
netif_wake_queue(priv->mesh_dev);
netif_carrier_on(priv->mesh_dev);
}
adapter->mode = IW_MODE_ADHOC ;
adapter->mode = IW_MODE_ADHOC;
schedule_work(&priv->sync_channel);
break;

Expand Down

0 comments on commit 1fb3bdb

Please sign in to comment.