commit | 81ee13ba7ef8c9eaebe91ed06edb844ab6403d4e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Sep 20 13:45:36 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 21 11:05:30 2010 -0400 |
tree | 97367274292719e8238296c3f0d26c4c56f38b4b | |
parent | 9ee82d541095cb64bf16a1f5d7573a8cddc125aa [diff] |
ath9k: clean up block ack window handling There's no reason to keep pointers to pending tx buffers around, if they're only used to keep track of which frames are still pending. Use a bitfield instead. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>