Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102509
b: refs/heads/master
c: 5f505d9
h: refs/heads/master
i:
  102507: 52c44c0
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed May 7, 2008
1 parent f7aecc6 commit a17afd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: e100bb64bf7cdeae7f742a65ee1985649a7fd1b4
refs/heads/master: 5f505d90250c136e1cf63e3ae85e7d3ff3077c1d
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ static int lbs_thread(void *data)

if (shouldsleep) {
lbs_deb_thread("sleeping, connect_status %d, "
"ps_mode %d, ps_state %d\n",
"psmode %d, psstate %d\n",
priv->connect_status,
priv->psmode, priv->psstate);
spin_unlock_irq(&priv->driver_lock);
Expand Down Expand Up @@ -1532,10 +1532,11 @@ static void lbs_remove_rtap(struct lbs_private *priv)
{
lbs_deb_enter(LBS_DEB_MAIN);
if (priv->rtap_net_dev == NULL)
return;
goto out;
unregister_netdev(priv->rtap_net_dev);
free_netdev(priv->rtap_net_dev);
priv->rtap_net_dev = NULL;
out:
lbs_deb_leave(LBS_DEB_MAIN);
}

Expand Down

0 comments on commit a17afd6

Please sign in to comment.