Skip to content

Commit 9c97cac

Browse files
author
Jarkko Paso
authored
Merge pull request ARMmbed#2032 from ARMmbed/ws_enable_multi_csma
WS: Enable checking CCA twice on TX channel
2 parents fe4073b + 80ecfdc commit 9c97cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_common_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ typedef struct ws_bs_ie {
233233
#define WS_TACK_MAX_MS 5
234234

235235
// With FHSS we need to check CCA twice on TX channel
236-
#define WS_NUMBER_OF_CSMA_PERIODS 1
236+
#define WS_NUMBER_OF_CSMA_PERIODS 2
237237
// Interval between two CCA checks
238238
#define WS_CSMA_MULTI_CCA_INTERVAL 1000
239239

0 commit comments

Comments
 (0)