Revision 2709781be6141798162f1089df728fb218a590df authored by Ben Dooks on 01 July 2008, 10:59:41 UTC, committed by Ben Dooks on 01 July 2008, 13:30:37 UTC
We should check for the reception of an ACK after transmitting each
data byte. The address send has been correctly checking this, but the
data write byte state should have also been checking for these failures.

As part of the same fix, we remove the ACK checking from the receive
path where it should not have been checking for an ACK which our hardware
was sending.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
1 parent e1441b9
History
File Mode Size
Kconfig -rw-r--r-- 497 bytes
Makefile -rw-r--r-- 343 bytes
ast.c -rw-r--r-- 3.7 KB
ast.h -rw-r--r-- 859 bytes
config.c -rw-r--r-- 23.9 KB
config.h -rw-r--r-- 1.5 KB
debug_fs.c -rw-r--r-- 11.9 KB
dir.c -rw-r--r-- 10.0 KB
dir.h -rw-r--r-- 1.2 KB
dlm_internal.h -rw-r--r-- 16.0 KB
lock.c -rw-r--r-- 117.7 KB
lock.h -rw-r--r-- 2.5 KB
lockspace.c -rw-r--r-- 16.8 KB
lockspace.h -rw-r--r-- 1016 bytes
lowcomms.c -rw-r--r-- 36.2 KB
lowcomms.h -rw-r--r-- 971 bytes
lvb_table.h -rw-r--r-- 687 bytes
main.c -rw-r--r-- 2.0 KB
member.c -rw-r--r-- 8.9 KB
member.h -rw-r--r-- 1.0 KB
memory.c -rw-r--r-- 2.0 KB
memory.h -rw-r--r-- 1.0 KB
midcomms.c -rw-r--r-- 3.7 KB
midcomms.h -rw-r--r-- 864 bytes
netlink.c -rw-r--r-- 3.0 KB
plock.c -rw-r--r-- 9.7 KB
rcom.c -rw-r--r-- 13.0 KB
rcom.h -rw-r--r-- 1.1 KB
recover.c -rw-r--r-- 18.9 KB
recover.h -rw-r--r-- 1.5 KB
recoverd.c -rw-r--r-- 7.3 KB
recoverd.h -rw-r--r-- 970 bytes
requestqueue.c -rw-r--r-- 5.3 KB
requestqueue.h -rw-r--r-- 882 bytes
user.c -rw-r--r-- 22.1 KB
user.h -rw-r--r-- 416 bytes
util.c -rw-r--r-- 4.5 KB
util.h -rw-r--r-- 805 bytes

back to top