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>
Tue, 4 Mar 2014 18:33:13 +0000 (13:33 -0500)
commitb6251243ac0a3cb63afe748133f6600f77526078
treef5d6513e3070366891475a2aa04da222073e60ab
parentadb07df1e039e9fe43e66aeea8b4771f83659dbb
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