Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netbt



Module Name:    src
Committed By:   plunky
Date:           Thu Mar  6 20:56:26 UTC 2008

Modified Files:
        src/sys/netbt: hci.h hci_event.c hci_link.c

Log Message:
a "Create Connection" command can sometimes fail to start for whatever
reason and the command_status event returns failure but we get no
indication of which connection failed (for instance in the case where
we tried to open too many connections all at once)

So, keep a flag on the link to indicate pending status until the
command_status event is returned to help us decide which should
be failed.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/netbt/hci.h
cvs rdiff -r1.14 -r1.15 src/sys/netbt/hci_event.c
cvs rdiff -r1.16 -r1.17 src/sys/netbt/hci_link.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index