Windows Host Side Updates (#1217)

* Add otLinkRaw API

* Separate Mac and otLinkRaw*

* Make pretty

* otLinkRawSetEnabled doen't change radio enable state. Assumed to always be enabled right now.

* NCP usage of otLinkRaw

* Make otLinkRaw compile time removal (on by default).
Disable otLinkRaw on Windows kernel mode.
Check for mLinkRawEnabled state in otLinkRaw APIs and return errors.

* Make raw usage compile time removable.

* Additional cleanup

* Fix Linux build breaks

* Merge otlwf changes for new Spinel command interface

* CC2538 Add Support for ACK timeouts

* Revert "CC2538 Add Support for ACK timeouts"

This reverts commit 7dcc4caebc3dc50dc56401cf7e009f315b4c196c.

* Updates for the energy scan interface
This commit is contained in:
Nick Banks
2017-02-01 10:15:32 -08:00
committed by Jonathan Hui
parent f2d41102dd
commit 8a8c8cde41
22 changed files with 3219 additions and 2586 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ Return Value:
// Xon and Xoff characters
{
const SERIAL_CHARS sc = { 0, 0, 0, 0, 11, 13 };
const SERIAL_CHARS sc = { 0, 0, 0, 0, 0x11, 0x13 };
WDF_MEMORY_DESCRIPTOR_INIT_BUFFER(&inputDesc, (PVOID)&sc, sizeof(sc));
status = SerialSendIoctl(AdapterContext, IOCTL_SERIAL_SET_CHARS, &wrso, &inputDesc);