linux/drivers/staging/vt6656
Malcolm Priestley aa209eef3c staging: vt6656: [BUG] - Failed connection, incorrect endian.
Hi,

This patch fixes a bug with driver failing to negotiate a connection.

The bug was traced to commit
203e4615ee
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>
Cc: stable <stable@vger.kernel.org> # 2.6.37+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-04 13:54:23 -07:00
..
80211hdr.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
80211mgr.c
80211mgr.h
Kconfig
Makefile
TODO
aes_ccmp.c
aes_ccmp.h
baseband.c
baseband.h
bssdb.c staging: vt6656: use %pM for the BSSID 2012-07-06 16:24:00 -07:00
bssdb.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
card.c staging: vt6656: Remove unsed macros 2012-07-09 12:43:26 -07:00
card.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
channel.c staging: vt6656: Remove unsed macros 2012-07-09 12:43:26 -07:00
channel.h
control.c
control.h
country.h
datarate.c
datarate.h
desc.h staging: vt6656: desc.h: Remove commented macros and useless comments 2012-07-09 12:43:25 -07:00
device.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
device_cfg.h
dpc.c staging: vt6656: [BUG] - Failed connection, incorrect endian. 2012-09-04 13:54:23 -07:00
dpc.h
firmware.c
firmware.h
hostap.c staging: vt6656: hostap.c: Remove commented code 2012-07-09 12:43:25 -07:00
hostap.h
int.c staging: vt6656: int.c: correct indentation to use tabs rather than spaces 2012-07-06 16:10:55 -07:00
int.h staging: vt6656: int.h: Fix indentation and spacing 2012-07-06 16:10:53 -07:00
iocmd.h
ioctl.c
ioctl.h
iowpa.h
iwctl.c staging: vt6656: iwctl: remove a few remaining redundant newlines 2012-07-09 11:41:31 -07:00
iwctl.h staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per-line') 2012-06-25 11:17:37 -07:00
key.c
key.h
mac.c
mac.h
main_usb.c USB: vt6656: remove __devinit* from the struct usb_device_id table 2012-08-17 17:50:45 -07:00
mib.c
mib.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
michael.c
michael.h
power.c
power.h
rc4.c
rc4.h
rf.c
rf.h
rndis.h
rxtx.c staging: vt6656: [BUG] - Failed connection, incorrect endian. 2012-09-04 13:54:23 -07:00
rxtx.h
srom.h
tcrc.c
tcrc.h
tether.c
tether.h staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
tkip.c
tkip.h
tmacro.h
ttype.h
upc.h
usbpipe.c staging: vt6656: Remove all commented macros 2012-07-09 12:43:25 -07:00
usbpipe.h
vntconfiguration.dat
wcmd.c staging/vt6656: cleanup coding style in vResetCommandTimer 2012-07-16 19:13:49 -07:00
wcmd.h
wctl.c
wctl.h
wmgr.c
wmgr.h
wpa.c
wpa.h
wpa2.c
wpa2.h
wpactl.c
wpactl.h