old mode 100644new mode 100755.. | .. |
---|
15 | 15 | |
---|
16 | 16 | #define CMD_BUF_MAX 1536 |
---|
17 | 17 | #define TXPKT_BLOCKSIZE 512 |
---|
18 | | -#define MAX_AGGR_TXPKT_LEN (1536*32) |
---|
| 18 | +#define MAX_AGGR_TXPKT_LEN (1536*4) |
---|
19 | 19 | #define CMD_TX_TIMEOUT 5000 |
---|
20 | 20 | #define TX_ALIGNMENT 4 |
---|
21 | 21 | |
---|
.. | .. |
---|
30 | 30 | |
---|
31 | 31 | #define DBG_LEVEL DEBUG_DEBUG_LEVEL |
---|
32 | 32 | |
---|
33 | | -#define txrx_err(fmt, ...) pr_err("txrx_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
34 | | -#define sdio_err(fmt, ...) pr_err("sdio_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
35 | | -#define usb_err(fmt, ...) pr_err("usb_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
| 33 | +#define txrx_err(fmt, ...) pr_err("aicbsp: txrx_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
| 34 | +#define sdio_err(fmt, ...) pr_err("aicbsp: sdio_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
| 35 | +#define usb_err(fmt, ...) pr_err("aicbsp: usb_err:<%s,%d>: " fmt, __func__, __LINE__, ##__VA_ARGS__) |
---|
36 | 36 | #if DBG_LEVEL >= DEBUG_DEBUG_LEVEL |
---|
37 | 37 | #define sdio_dbg(fmt, ...) printk("aicbsp: " fmt, ##__VA_ARGS__) |
---|
38 | 38 | #define usb_dbg(fmt, ...) printk("aicbsp: " fmt, ##__VA_ARGS__) |
---|