Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103371
b: refs/heads/master
c: 0ac2a00
h: refs/heads/master
i:
  103369: 1bb6f10
  103367: 606454d
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Jul 8, 2008
1 parent f0b9b9f commit 8f6ab1e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 70197ede33134725f3e2e606fcabc28b0a4549a3
refs/heads/master: 0ac2a00c1035c749b720c4d817beea1795f02d47
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/hostap/hostap_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ static void prism2_free_local_data(struct net_device *dev)
}


#ifndef PRISM2_PLX
#if (defined(PRISM2_PCI) && defined(CONFIG_PM)) || defined(PRISM2_PCCARD)
static void prism2_suspend(struct net_device *dev)
{
struct hostap_interface *iface;
Expand All @@ -3436,7 +3436,7 @@ static void prism2_suspend(struct net_device *dev)
/* Disable hardware and firmware */
prism2_hw_shutdown(dev, 0);
}
#endif /* PRISM2_PLX */
#endif /* (PRISM2_PCI && CONFIG_PM) || PRISM2_PCCARD */


/* These might at some point be compiled separately and used as separate
Expand Down

0 comments on commit 8f6ab1e

Please sign in to comment.