commit | a53aff5da60b5c8c4d416f80040e6e7edb7f12df | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Sat Jun 22 16:31:58 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 24 14:44:25 2013 -0400 |
tree | d1f502ad7eae103246f725fb29b3a72d1c564d88 | |
parent | 0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba [diff] |
rt2x00: rt2800pci: don't use TXWI_DESC_SIZE directly Different chipsets may use different TXWI descriptor size. Instead of using a hardcoded value, use the 'queue->winfo_size' which holds the correct value for a given device. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Acked-by: Stanislaw Gruszka <stf_xl@wp.pl> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>