ath6kl: Fix random rx data corruption
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Fri, 21 Sep 2012 07:15:24 +0000 (12:45 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 24 Oct 2012 08:49:51 +0000 (11:49 +0300)
The skb->tail pointer of rx buffers is not adjusted
after skb->data pointer is aligned to 4-byte, this
causes random rx data corruption.

Signed-off-by: Jin Navy <nhjin@qca.qualcomm.com>
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found