commit | 1a04d59d3ec982689552077172893b6836def984 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Fri Oct 11 23:30:52 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 14 13:39:58 2013 -0400 |
tree | 7973659757e31fa83614ac2c503a984876548fbe | |
parent | 50d60c6322f14e32bc11635732c54db1447fd3f5 [diff] |
ath9k: use a separate data structure for rx buffers There's no shared code for handling both rx and tx buffers, and tx buffers require a lot more metadata than rx buffers. Using a separate data structure for rx reduces memory usage and improves cache footprint. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>