Skip to content

Commit

Permalink
Staging: rtl8192su: remove RTL8192SU_USB_PHY_TEST ifdefs
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 16fb15b commit 642ec04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/rtl8192su/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ EXTRA_CFLAGS += -DRTL8190_Download_Firmware_From_Header=1
EXTRA_CFLAGS += -DRTL8192S_PREPARE_FOR_NORMAL_RELEASE
EXTRA_CFLAGS += -DRTL8192SU_DISABLE_IQK=1

EXTRA_CFLAGS += -DRTL8192SU_USB_PHY_TEST=0

#EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT

r8192s_usb-objs := \
Expand Down
17 changes: 0 additions & 17 deletions drivers/staging/rtl8192su/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6683,23 +6683,6 @@ static void rtl8192SU_MacConfigAfterFwDownload(struct net_device *dev)
tmpU1b = read_nic_byte_E(dev, 0x5C);
write_nic_byte_E(dev, 0x5C, tmpU1b|BIT7);

//
// Revise USB PHY to solve the issue of Rx payload error, Rivesed by Roger, 2008-04-10
// Suggest by SD1 Alex.
//
// <Roger_Notes> The following operation are ONLY for USB PHY test chip.
// 2008.10.07.
//
#if RTL8192SU_USB_PHY_TEST
write_nic_byte(dev, 0x41,0xf4);
write_nic_byte(dev, 0x40,0x00);
write_nic_byte(dev, 0x42,0x00);
write_nic_byte(dev, 0x42,0x01);
write_nic_byte(dev, 0x40,0x0f);
write_nic_byte(dev, 0x42,0x00);
write_nic_byte(dev, 0x42,0x01);
#endif

#if 0 //LZM 090219
//
// Suggested by SD1 Alex, 2008-06-14.
Expand Down

0 comments on commit 642ec04

Please sign in to comment.