From: Luciano Coelho Date: Thu, 10 May 2012 09:14:20 +0000 (+0300) Subject: wlcore: increase aggregation buffer size by one page X-Git-Tag: upstream/snapshot3+hdmi~6997^2~57^2~229^2~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a7589be344580f0ed186ab66819bf5671d3f145;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git wlcore: increase aggregation buffer size by one page With 4 pages (16Kb), we can't fit 10 frames in the aggregation buffer during iperf. This is the optimal for the firmware. Thus, increase the buffer size by one page. Signed-off-by: Luciano Coelho Signed-off-by: Arik Nemtsov --- diff --git a/drivers/net/wireless/ti/wlcore/wlcore_i.h b/drivers/net/wireless/ti/wlcore/wlcore_i.h index 45c07dc..83c9869 100644 --- a/drivers/net/wireless/ti/wlcore/wlcore_i.h +++ b/drivers/net/wireless/ti/wlcore/wlcore_i.h @@ -89,7 +89,7 @@ #define WL1271_AP_BSS_INDEX 0 #define WL1271_AP_DEF_BEACON_EXP 20 -#define WL1271_AGGR_BUFFER_SIZE (4 * PAGE_SIZE) +#define WL1271_AGGR_BUFFER_SIZE (5 * PAGE_SIZE) enum wl1271_state { WL1271_STATE_OFF,