Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161967
b: refs/heads/master
c: 2e0baea
h: refs/heads/master
i:
  161965: e7cf309
  161963: 4a6f10f
  161959: 76daf7b
  161951: 34ec85e
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent dee162e commit be4adf7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 15 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: 5212499a7a41822496c3a62abae6fe103d308f18
refs/heads/master: 2e0baea9773e44f08fc2d6d6a7ebd03cf1712f53
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8187se/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ EXTRA_CFLAGS += -DTX_TRACK
EXTRA_CFLAGS += -DHIGH_POWER
EXTRA_CFLAGS += -DSW_DIG
EXTRA_CFLAGS += -DRATE_ADAPT
EXTRA_CFLAGS += -DCONFIG_RTL8180_PM

#enable it for legacy power save, disable it for leisure power save
EXTRA_CFLAGS += -DENABLE_LPS
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ double __extendsfdf2(float a) {return a;}
#include "r8180_wx.h"
#include "r8180_dm.h"

#ifdef CONFIG_RTL8180_PM
#include "r8180_pm.h"
#endif

#include "ieee80211/dot11d.h"

Expand Down Expand Up @@ -199,13 +197,8 @@ static struct pci_driver rtl8180_pci_driver = {
.id_table = rtl8180_pci_id_tbl, /* PCI_ID table */
.probe = rtl8180_pci_probe, /* probe fn */
.remove = __devexit_p(rtl8180_pci_remove),/* remove fn */
#ifdef CONFIG_RTL8180_PM
.suspend = rtl8180_suspend, /* PM suspend fn */
.resume = rtl8180_resume, /* PM resume fn */
#else
.suspend = NULL, /* PM suspend fn */
.resume = NULL, /* PM resume fn */
#endif
.shutdown = rtl8180_shutdown,
};

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8180_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Released under the terms of GPL (General Public Licence)
*/

#ifdef CONFIG_RTL8180_PM


#include "r8180_hw.h"
Expand Down Expand Up @@ -89,4 +88,3 @@ int rtl8180_enable_wake (struct pci_dev *dev, u32 state, int enable)



#endif //CONFIG_RTL8180_PM
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8180_pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/

#ifdef CONFIG_RTL8180_PM

#ifndef R8180_PM_H
#define R8180_PM_H
Expand All @@ -25,4 +24,3 @@ int rtl8180_enable_wake (struct pci_dev *dev, u32 state, int enable);

#endif //R8180_PM_H

#endif // CONFIG_RTL8180_PM
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8185b_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Major Change History:
#include "r8180_93cx6.h" /* Card EEPROM */
#include "r8180_wx.h"

#ifdef CONFIG_RTL8180_PM
#include "r8180_pm.h"
#endif

#include "ieee80211/dot11d.h"

Expand Down

0 comments on commit be4adf7

Please sign in to comment.