git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cc861f7
)
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 4 Nov 2009 17:44:50 +0000
(09:44 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:08 +0000
(17:09 -0500)
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>
No differences found