]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wl1251: use skb_trim to make skb shorter
authorIvaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Sat, 1 Mar 2014 12:52:06 +0000 (14:52 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 3 Mar 2014 20:35:55 +0000 (15:35 -0500)
commit7661e97542d57d54317407ff4790e2d6d94a0852
treee30521b169fe948c38e42b214952fa1cb3afbaef
parent4c59ff221e070eda4ff014b866a4797c6c18abbb
wl1251: use skb_trim to make skb shorter

the current code is directly setting skb->len, which is not correct and
brings problems with HAVE_EFFICIENT_UNALIGNED_ACCESS enabled in config

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ti/wl1251/rx.c