commit | 4c7f778e566ac5861b2837ee755d8cdcd1ccacc5 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Sun Mar 02 08:09:33 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 02 19:19:44 2014 -0500 |
tree | 7f2daba7ff4776ad4e2a18e876a314fe3892bcc0 | |
parent | 1bc693e18a0b279a8b1d174485750601f3f44d7b [diff] |
6lowpan: fix type of datagram size parameter Datagram size value is u16 because we convert it to host byte order and we need to read it. Only the tag value belongs to __be16 type. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>