Luis R. Rodriguez b4b6cda229 ath9k: correct expected max RX buffer size
We should only tell the hardware its capable of DMA'ing
to us only what we asked dev_alloc_skb(). Prior to this
it is possible a large RX'd frame could have corrupted
DMA data but for us but we were saved only because we
were previously also pci_map_single()'ing the same large
value. The issue prior to this though was we were unmapping
a smaller amount which the prior DMA patch fixed.

Signed-off-by: Bennyam Malavazi <Bennyam.Malavazi@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-11-25 16:13:08 -05:00
..
2008-08-29 16:24:09 -04:00
2008-09-24 16:18:03 -04:00
2008-08-29 16:24:10 -04:00
2008-08-29 16:24:09 -04:00
2008-08-07 09:49:44 -04:00
2008-08-07 09:49:44 -04:00
2008-10-06 18:14:57 -04:00