iwmc3200wifi: increase concatenated buffer
Increase concatenated buffer from 8K to 32K to get better performance. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
c03c6aefdc
commit
880f8bdd39
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ do { \
|
|||
#define IWM_MAX_WIFI_CMD_BUFF_SIZE (IWM_SDIO_FW_MAX_CHUNK_SIZE - \
|
||||
IWM_MAX_WIFI_HEADERS_SIZE)
|
||||
|
||||
#define IWM_HAL_CONCATENATE_BUF_SIZE 8192
|
||||
#define IWM_HAL_CONCATENATE_BUF_SIZE (32 * 1024)
|
||||
|
||||
struct iwm_wifi_cmd_buff {
|
||||
u16 len;
|
||||
|
|
Loading…
Reference in a new issue