Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162039
b: refs/heads/master
c: 642ec04
h: refs/heads/master
i:
  162037: 7f13f32
  162035: fb1912d
  162031: 8e171d5
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 10007e7 commit 5b792cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 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: 16fb15baea85302af9215b8558103aa27e008d36
refs/heads/master: 642ec04b78f77e44a2a3c88ddb4fe6ffe57d9c33
2 changes: 0 additions & 2 deletions trunk/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 trunk/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 5b792cc

Please sign in to comment.