qlge: Relax alignment on TX harware queue.
The alignment was on size of queue boundary, but the hardware only requires 4-byte alignment. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0ed586d075
commit
88c55e3cbd
@@ -27,6 +27,8 @@
|
||||
"%s: " fmt, __func__, ##args); \
|
||||
} while (0)
|
||||
|
||||
#define WQ_ADDR_ALIGN 0x3 /* 4 byte alignment */
|
||||
|
||||
#define QLGE_VENDOR_ID 0x1077
|
||||
#define QLGE_DEVICE_ID_8012 0x8012
|
||||
#define QLGE_DEVICE_ID_8000 0x8000
|
||||
|
Reference in New Issue
Block a user