From: Alexander Aring Date: Mon, 6 Oct 2014 09:00:50 +0000 (+0200) Subject: ieee802154: 6lowpan: fix byteorder for frag tag X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd97a713acbc1b63feb67ba137c3b827fa4f2308;p=pandora-kernel.git ieee802154: 6lowpan: fix byteorder for frag tag This patch fix byteorder issues with fragment tag of generation 802.15.4 6LoWPAN fragment header. net/ieee802154/6lowpan_rtnl.c:278:54: warning restricted __be16 degrades to integer net/ieee802154/6lowpan_rtnl.c:278:18: warning: incorrect type in assignment (different base types) net/ieee802154/6lowpan_rtnl.c:278:18: expected restricted __be16 [usertype] frag_tag net/ieee802154/6lowpan_rtnl.c:278:18: got unsigned short Signed-off-by: Alexander Aring Reported-by: Marcel Holtmann Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed