diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 05:14:20 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 08:59:02 -0400 |
commit | 5a7589be344580f0ed186ab66819bf5671d3f145 (patch) | |
tree | 3d81da4459df187eee5e20027d25c4cd2ee1c8d1 /drivers | |
parent | ad62d81a9e5262555de0501329bd635f5886124f (diff) |
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 <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/wlcore_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore_i.h b/drivers/net/wireless/ti/wlcore/wlcore_i.h index 45c07dc0df5d..83c9869105c3 100644 --- a/drivers/net/wireless/ti/wlcore/wlcore_i.h +++ b/drivers/net/wireless/ti/wlcore/wlcore_i.h | |||
@@ -89,7 +89,7 @@ | |||
89 | #define WL1271_AP_BSS_INDEX 0 | 89 | #define WL1271_AP_BSS_INDEX 0 |
90 | #define WL1271_AP_DEF_BEACON_EXP 20 | 90 | #define WL1271_AP_DEF_BEACON_EXP 20 |
91 | 91 | ||
92 | #define WL1271_AGGR_BUFFER_SIZE (4 * PAGE_SIZE) | 92 | #define WL1271_AGGR_BUFFER_SIZE (5 * PAGE_SIZE) |
93 | 93 | ||
94 | enum wl1271_state { | 94 | enum wl1271_state { |
95 | WL1271_STATE_OFF, | 95 | WL1271_STATE_OFF, |