commit | 4576039ffc04ffe672081159a11cf6e0b875a069 | [log] [tgz] |
---|---|---|
author | Tony Cheneau <tony.cheneau@amnesiak.org> | Wed Jul 11 06:51:15 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 16 22:51:15 2012 -0700 |
tree | 72d2fb6b5677cdd360b6a735772f250c5069e573 | |
parent | d4787a15432384826a0bed42d189fc2a97dc73ea [diff] |
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 <tony.cheneau@amnesiak.org> Signed-off-by: David S. Miller <davem@davemloft.net>