Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57638
b: refs/heads/master
c: 0583e8e
h: refs/heads/master
v: v3
  • Loading branch information
Chris Ball authored and John W. Linville committed Jun 11, 2007
1 parent 09fbc6c commit e24b105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0601e7ee463f2736586de9a24025f8791db7f5a8
refs/heads/master: 0583e8ef149700ede2aa181509e217c39e565f28
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/libertas/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ int wlan_scan_networks(wlan_private * priv,
wlan_scan_process_results(priv);

if (priv->adapter->connect_status == libertas_connected) {
netif_carrier_on(priv->wlan_dev.netdev);
netif_wake_queue(priv->wlan_dev.netdev);
netif_carrier_on(priv->mesh_dev);
netif_wake_queue(priv->mesh_dev);
}
Expand Down

0 comments on commit e24b105

Please sign in to comment.