File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -900,19 +900,6 @@ static int nrf5_configure(const struct device *dev,
900
900
uint8_t short_addr_le [SHORT_ADDRESS_SIZE ];
901
901
uint8_t element_id ;
902
902
903
- if (config -> ack_ie .ext_addr == NULL &&
904
- config -> ack_ie .header_ie == NULL &&
905
- config -> ack_ie .short_addr == IEEE802154_NO_SHORT_ADDRESS_ASSIGNED ) {
906
- /* Hotfix for case when `EnableCsl()` has been called with arguments:
907
- * - `aCslPeriod` == 0
908
- * - `aShortAddr` == IEEE802154_NO_SHORT_ADDRESS_ASSIGNED
909
- * - `aExtAddr` == NULL
910
- * In this case skip configuring ACK header IE until proper resetting of
911
- * configuration is implemented.
912
- */
913
- break ;
914
- }
915
-
916
903
if (config -> ack_ie .short_addr == IEEE802154_BROADCAST_ADDRESS ||
917
904
config -> ack_ie .ext_addr == NULL ) {
918
905
return - ENOTSUP ;
You can’t perform that action at this time.
0 commit comments