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)
commitbaec5c6d0b191a44977a5fca131b5215e1868341
tree03f9a06ef55be9ea35afdc44509312d50a909ef9
parent363f149ce37bea91069177eab691111b242bfe73
ath6kl: Fix random rx data corruption

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>
drivers/net/wireless/ath/ath6kl/txrx.c