From: Tony Cheneau Date: Wed, 11 Jul 2012 06:51:15 +0000 (+0000) Subject: 6lowpan: Change byte order when storing/accessing u16 tag X-Git-Tag: v3.6-rc1~125^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4576039ffc04ffe672081159a11cf6e0b875a069;p=pandora-kernel.git 6lowpan: Change byte order when storing/accessing u16 tag The tag field should be stored and accessed using big endian byte order (as intended in the specs). Or else, when displayed with a trafic analyser, such a Wireshark, the field not properly displayed (e.g. 0x01 00 instead of 0x00 01, and so on). Signed-off-by: Tony Cheneau Signed-off-by: David S. Miller --- Reading git-diff-tree failed