mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
9df682927c
This fixes resets on heavy TX data traffic. Vendor driver VT6656_Linux_src_v1.21.03_x86_11.04.zip http://www.viaembedded.com/servlet/downloadSvl?id=1890&download_file_id=14704 This is GPL-licensed code. original code BBbVT3184Init ... //2007-0725, RobertChang add, Enable Squelch detect reset option(SQ_RST_Opt), USB (register4, bit1) CONTROLnsRequestIn(pDevice, MESSAGE_TYPE_READ, (WORD)0x600+4, // USB's Reg4's bit1 MESSAGE_REQUEST_MEM, 1, (PBYTE) &byData); byData = byData|2 ; CONTROLnsRequestOut(pDevice, MESSAGE_TYPE_WRITE, (WORD)0x600+4, // USB's Reg4's bit1 MESSAGE_REQUEST_MEM, 1, (PBYTE) &byData); return TRUE;//ntStatus; .... A back port patch is needed for kernels less than 3.10. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Cc: stable@vger.kernel.org # v3.10+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
80211hdr.h | ||
80211mgr.c | ||
80211mgr.h | ||
aes_ccmp.c | ||
aes_ccmp.h | ||
baseband.c | ||
baseband.h | ||
bssdb.c | ||
bssdb.h | ||
card.c | ||
card.h | ||
channel.c | ||
channel.h | ||
control.c | ||
control.h | ||
country.h | ||
datarate.c | ||
datarate.h | ||
desc.h | ||
device_cfg.h | ||
device.h | ||
dpc.c | ||
dpc.h | ||
firmware.c | ||
firmware.h | ||
hostap.c | ||
hostap.h | ||
int.c | ||
int.h | ||
iocmd.h | ||
iowpa.h | ||
iwctl.c | ||
iwctl.h | ||
Kconfig | ||
key.c | ||
key.h | ||
mac.c | ||
mac.h | ||
main_usb.c | ||
Makefile | ||
mib.c | ||
mib.h | ||
michael.c | ||
michael.h | ||
power.c | ||
power.h | ||
rc4.c | ||
rc4.h | ||
rf.c | ||
rf.h | ||
rndis.h | ||
rxtx.c | ||
rxtx.h | ||
srom.h | ||
tcrc.c | ||
tcrc.h | ||
tether.c | ||
tether.h | ||
tkip.c | ||
tkip.h | ||
tmacro.h | ||
TODO | ||
usbpipe.c | ||
usbpipe.h | ||
vntconfiguration.dat | ||
wcmd.c | ||
wcmd.h | ||
wctl.c | ||
wctl.h | ||
wmgr.c | ||
wmgr.h | ||
wpa2.c | ||
wpa2.h | ||
wpa.c | ||
wpa.h | ||
wpactl.c | ||
wpactl.h |