Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162026
b: refs/heads/master
c: b81ad77
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 525e871 commit c19a0e6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 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: 622d501862c5a237311b22f3a33e094d07626762
refs/heads/master: b81ad777b9ee66a69dd270a451c214b7e443a0c1
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192su/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ EXTRA_CFLAGS += -DRTL8192SU_ASIC_VERIFICATION
EXTRA_CFLAGS += -DRTL8192SU_USB_PHY_TEST=0

#EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT
EXTRA_CFLAGS += -DCONFIG_RTL8192_PM

r8192s_usb-objs := \
r8180_93cx6.o \
Expand Down
10 changes: 0 additions & 10 deletions trunk/drivers/staging/rtl8192su/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ double __extendsfdf2(float a) {return a;}
//#include "r8192xU_phyreg.h"
#include <linux/usb.h>

#ifdef CONFIG_RTL8192_PM
#include "r8192U_pm.h"
#endif

#include "ieee80211/dot11d.h"

Expand All @@ -97,9 +95,7 @@ double __extendsfdf2(float a) {return a;}
//#include "r8192xU_phyreg.h"
#include <linux/usb.h>

#ifdef CONFIG_RTL8192_PM
#include "r8192U_pm.h"
#endif

#include "ieee80211/dot11d.h"

Expand Down Expand Up @@ -222,15 +218,9 @@ static struct usb_driver rtl8192_usb_driver = {
.id_table = rtl8192_usb_id_tbl, /* PCI_ID table */
.probe = rtl8192_usb_probe, /* probe fn */
.disconnect = rtl8192_usb_disconnect, /* remove fn */
#ifdef CONFIG_RTL8192_PM
.suspend = rtl8192U_suspend, /* PM suspend fn */
.resume = rtl8192U_resume, /* PM resume fn */
.reset_resume = rtl8192U_resume, /* PM reset resume fn */
#else
.suspend = NULL, /* PM suspend fn */
.resume = NULL, /* PM resume fn */
.reset_resume = NULL, /* PM reset resume fn */
#endif
};


Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192su/r8192U_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_RTL8192_PM
#include "r8192U.h"
#include "r8192U_pm.h"

Expand Down Expand Up @@ -71,4 +70,3 @@ int rtl8192U_enable_wake (struct pci_dev *dev, u32 state, int enable)
return(-EAGAIN);
}

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

#ifdef CONFIG_RTL8192_PM

#ifndef R8192_PM_H
#define R8192_PM_H
Expand All @@ -24,4 +23,3 @@ int rtl8192U_resume (struct usb_interface *intf);
int rtl8192U_enable_wake (struct pci_dev *dev, u32 state, int enable);

#endif //R8192U_PM_H
#endif // CONFIG_RTL8192_PM

0 comments on commit c19a0e6

Please sign in to comment.