Skip to content

Commit

Permalink
iwmc3200wifi: increase concatenated buffer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhu Yi authored and John W. Linville committed Mar 10, 2010
1 parent c03c6ae commit 880f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwmc3200wifi/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 880f8bd

Please sign in to comment.