[style] prettier CSL comments and logs (#5431)

Mostly renaming 'Csl' to 'CSL', and some other minor changes.
This commit is contained in:
Eduardo Montoya
2020-08-20 10:30:35 -07:00
committed by GitHub
parent 00d88427d3
commit 801d4227c8
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ typedef struct otRadioFrame
uint8_t mMaxFrameRetries; ///< Maximum number of retries allowed after a transmission failure.
bool mIsARetx : 1; ///< True if this frame is a retransmission (ignored by radio driver).
bool mCsmaCaEnabled : 1; ///< Set to true to enable CSMA-CA for this packet, false otherwise.
bool mCslPresent : 1; ///< Set to true if CSL header ie is present.
bool mCslPresent : 1; ///< Set to true if CSL header IE is present.
bool mIsSecurityProcessed : 1; ///< True if SubMac should skip the AES processing of this frame.
} mTxInfo;