mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
staging: rt8192u: remove #ifdef RTL8192U in r8192U.h
This patch removes #ifdef RTL8192U header guard and the code that falls outside it, since RTL8192U is defined. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b679228808
commit
ab00bf09ec
@ -409,15 +409,11 @@ typedef struct rx_drvinfo_819x_usb {
|
||||
#define USB_HWDESC_HEADER_LEN sizeof(tx_desc_819x_usb)
|
||||
#define TX_PACKET_SHIFT_BYTES (USB_HWDESC_HEADER_LEN + sizeof(tx_fwinfo_819x_usb))
|
||||
#define MAX_FRAGMENT_COUNT 8
|
||||
#ifdef RTL8192U
|
||||
#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
|
||||
#define MAX_TRANSMIT_BUFFER_SIZE 32000
|
||||
#else
|
||||
#define MAX_TRANSMIT_BUFFER_SIZE 8000
|
||||
#endif
|
||||
#else
|
||||
#define MAX_TRANSMIT_BUFFER_SIZE (1600+(MAX_802_11_HEADER_LENGTH+ENCRYPTION_MAX_OVERHEAD)*MAX_FRAGMENT_COUNT)
|
||||
#endif
|
||||
#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
|
||||
#define TX_PACKET_DRVAGGR_SUBFRAME_SHIFT_BYTES (sizeof(tx_desc_819x_usb_aggr_subframe) + sizeof(tx_fwinfo_819x_usb))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user