[link-raw] fix radio with multiple transmit buffers (#3239)

This commit is contained in:
Yakun Xu
2018-11-01 21:34:51 -07:00
committed by Jonathan Hui
parent 706b393a7b
commit 92bcf61a8e
10 changed files with 228 additions and 175 deletions
+1 -2
View File
@@ -177,14 +177,13 @@ typedef void (*otLinkRawTransmitDone)(otInstance * aInstance,
* 2. Transmits the PSDU on the given channel and at the given transmit power.
*
* @param[in] aInstance A pointer to an OpenThread instance.
* @param[in] aFrame A pointer to the frame that was transmitted.
* @param[in] aCallback A pointer to a function called on completion of the transmission.
*
* @retval OT_ERROR_NONE Successfully transitioned to Transmit.
* @retval OT_ERROR_INVALID_STATE The radio was not in the Receive state.
*
*/
otError otLinkRawTransmit(otInstance *aInstance, otRadioFrame *aFrame, otLinkRawTransmitDone aCallback);
otError otLinkRawTransmit(otInstance *aInstance, otLinkRawTransmitDone aCallback);
/**
* Get the most recent RSSI measurement.