Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57663
b: refs/heads/master
c: 6cfb008
h: refs/heads/master
i:
  57661: c95057b
  57659: 70a679c
  57655: 8a12d19
  57647: 9463959
  57631: d4d420d
  57599: 366f590
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Jun 11, 2007
1 parent 9efd9a4 commit c8974f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 24d443b5d568c6e11b07267e2d784f5f04aa5dac
refs/heads/master: 6cfb00823872d0181c5c72c2d457de93518d96e7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ int libertas_process_rx_command(wlan_private * priv)
lbs_deb_cmd(
"Disconnected, Going to invoke libertas_ps_wakeup\n");

mutex_unlock(&adapter->lock);
spin_unlock_irqrestore(&adapter->driver_lock, flags);
mutex_unlock(&adapter->lock);
libertas_ps_wakeup(priv, 0);
mutex_lock(&adapter->lock);
spin_lock_irqsave(&adapter->driver_lock, flags);
Expand Down

0 comments on commit c8974f3

Please sign in to comment.