Skip to content

Commit

Permalink
wlcore: increase aggregation buffer size by one page
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent ad62d81 commit 5a7589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ti/wlcore/wlcore_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a7589b

Please sign in to comment.