Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162030
b: refs/heads/master
c: db28336
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent d909c0b commit eec4972
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 630 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: a7e3c1d62124ca5de34aebd0451fa211d410ef93
refs/heads/master: db28336458f7f86c9c1b977e0235dd8baac93253
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192su/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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 += -DUSB_RX_AGGREGATION_SUPPORT=0
#EXTRA_CFLAGS += -DUSB_TX_DRIVER_AGGREGATION_ENABLE=0
#EXTRA_CFLAGS += -DRTL8192SU_DISABLE_CCK_RATE=0
EXTRA_CFLAGS += -DRTL8192S_DISABLE_FW_DM=0
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/rtl8192su/ieee80211/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,6 @@ typedef struct _RT_HIGH_THROUGHPUT{
#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
u8 UsbTxAggrNum;
#endif
#ifdef USB_RX_AGGREGATION_SUPPORT
u8 UsbRxFwAggrEn;
u8 UsbRxFwAggrPageNum;
u8 UsbRxFwAggrPacketNum;
u8 UsbRxFwAggrTimeout;
#endif

// Add for Broadcom(Linksys) IOT. Joseph
u8 bIsPeerBcm;
Expand Down
15 changes: 0 additions & 15 deletions trunk/drivers/staging/rtl8192su/ieee80211/rtl819x_HTProc.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,6 @@ void HTUpdateDefaultSetting(struct ieee80211_device* ieee)
#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
pHTInfo->UsbTxAggrNum = 4;
#endif
#ifdef USB_RX_AGGREGATION_SUPPORT
#ifdef RTL8192SU
pHTInfo->UsbRxFwAggrEn = 1;
pHTInfo->UsbRxFwAggrPageNum = 16;
pHTInfo->UsbRxFwAggrPacketNum = 8;
pHTInfo->UsbRxFwAggrTimeout = 4; ////usb rx FW aggregation timeout threshold.It's in units of 64us
// For page size of receive packet buffer.
pHTInfo->UsbRxPageSize= 128;
#else
pHTInfo->UsbRxFwAggrEn = 1;
pHTInfo->UsbRxFwAggrPageNum = 24;
pHTInfo->UsbRxFwAggrPacketNum = 8;
pHTInfo->UsbRxFwAggrTimeout = 16; ////usb rx FW aggregation timeout threshold.It's in units of 64us
#endif
#endif


}
Expand Down
32 changes: 0 additions & 32 deletions trunk/drivers/staging/rtl8192su/r8192U.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,7 @@ typedef struct rx_desc_819x_usb{
//DWORD 2
u16 Seq:12;
u16 Frag:4;
#ifdef USB_RX_AGGREGATION_SUPPORT
u8 UsbAggPktNum;//:8;
#else
u8 NextPktLen;//:8;
#endif
u8 Rsvd0:6;
u8 NextIND:1;
u8 Rsvd1:1;
Expand Down Expand Up @@ -751,27 +747,6 @@ typedef struct rx_desc_819x_usb{
}rx_desc_819x_usb, *prx_desc_819x_usb;
#endif

#ifdef USB_RX_AGGREGATION_SUPPORT
typedef struct _rx_desc_819x_usb_aggr_subframe{
//DOWRD 0
u16 Length:14;
u16 CRC32:1;
u16 ICV:1;
u8 Offset;
u8 RxDrvInfoSize;
//DOWRD 1
u8 Shift:2;
u8 PHYStatus:1;
u8 SWDec:1;
u8 Reserved1:4;
u8 Reserved2;
u16 Reserved3;
//DWORD 2
//u4Byte Reserved3;
//DWORD 3
//u4Byte BufferAddress;
}rx_desc_819x_usb_aggr_subframe, *prx_desc_819x_usb_aggr_subframe;
#endif

#ifdef RTL8192SU
//
Expand Down Expand Up @@ -1896,13 +1871,6 @@ typedef struct r8192_priv
//#endif


#ifdef USB_RX_AGGREGATION_SUPPORT
bool bCurrentRxAggrEnable;
bool bForcedUsbRxAggr;
u32 ForcedUsbRxAggrInfo;
u32 LastUsbRxAggrInfoSetting;
u32 RegUsbRxAggrInfo;
#endif



Expand Down
Loading

0 comments on commit eec4972

Please sign in to comment.