mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Remove RTL8188ES_MAC_LOOPBACK - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
712e0297fc
commit
77e8428c33
1 changed files with 0 additions and 7 deletions
|
@ -166,19 +166,12 @@ typedef enum _USB_RX_AGG_MODE{
|
|||
|
||||
#define TX_TOTAL_PAGE_NUMBER_88E 0xA9// 169 (21632=> 21k)
|
||||
|
||||
#ifdef RTL8188ES_MAC_LOOPBACK
|
||||
#define TX_PAGE_BOUNDARY_88E 0x48 //72
|
||||
#else //TX_PAGE_BOUNDARY_LOOPBACK_MODE
|
||||
#define TX_PAGE_BOUNDARY_88E (TX_TOTAL_PAGE_NUMBER_88E + 1)
|
||||
#endif
|
||||
|
||||
|
||||
//Note: For Normal Chip Setting ,modify later
|
||||
#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER TX_TOTAL_PAGE_NUMBER_88E //0xA9 , 0xb0=>176=>22k
|
||||
#define WMM_NORMAL_TX_PAGE_BOUNDARY_88E (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER + 1) //0xA9
|
||||
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// Chip specific
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue