diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2012-08-29 23:08:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-02 10:29:53 -0700 |
commit | 191ee4172f0a89b85ce1daad00d88f33b66e07e6 (patch) | |
tree | bd2ed5e7c41e3dd1a08f3c478402e1623dfbb76b /scripts/patch-kernel | |
parent | 6d4960ed8247d763e9022bda9f068fec7000af3f (diff) |
staging: vt6656: [BUG] - Failed connection, incorrect endian.
commit aa209eef3ce8419ff2926c2fa944dfbfb5afbacb upstream.
Hi,
This patch fixes a bug with driver failing to negotiate a connection.
The bug was traced to commit
203e4615ee9d9fa8d3506b9d0ef30095e4d5bc90
staging: vt6656: removed custom definitions of Ethernet packet types
In that patch, definitions in include/linux/if_ether.h replaced ones
in tether.h which had both big and little endian definitions.
include/linux/if_ether.h only refers to big endian values, cpu_to_be16
should be used for the correct endian architectures.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions