Archived
14
0
Fork 0

Staging: rtl8192su: remove RTL8192SU_USB_PHY_TEST ifdefs

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bartlomiej Zolnierkiewicz 2009-07-03 16:07:40 +02:00 committed by Greg Kroah-Hartman
parent 16fb15baea
commit 642ec04b78
2 changed files with 0 additions and 19 deletions

View file

@ -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 := \

View file

@ -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.