Skip to content

Commit

Permalink
Merge pull request ARMmbed#2032 from ARMmbed/ws_enable_multi_csma
Browse files Browse the repository at this point in the history
WS: Enable checking CCA twice on TX channel
  • Loading branch information
Jarkko Paso committed Mar 26, 2019
2 parents fe4073b + 80ecfdc commit 9c97cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_common_defines.h
Expand Up @@ -233,7 +233,7 @@ typedef struct ws_bs_ie {
#define WS_TACK_MAX_MS 5

// With FHSS we need to check CCA twice on TX channel
#define WS_NUMBER_OF_CSMA_PERIODS 1
#define WS_NUMBER_OF_CSMA_PERIODS 2
// Interval between two CCA checks
#define WS_CSMA_MULTI_CCA_INTERVAL 1000

Expand Down

0 comments on commit 9c97cac

Please sign in to comment.