ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 4 Nov 2009 17:44:50 +0000 (09:44 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:08 +0000 (17:09 -0500)
commitdd849782a7388e091e356373a744f8b7ae97188a
tree224e7c2e4b0c7d042983b0a9f762b53e8a09f5bd
parentcc861f7468724e66567baf087b4e413e91b18150
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it

ath5k is using the (csz - 1) twice as ath_rxbuf_alloc() already allocates
and moves skb->data accordingly. Remove the extra (csz -1).

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c