Commit bd27c4c4 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

rtud: increase HAL connection retries, 10 was not enough when running in GM mode

In Grand Master mode it takes longer to lock PLLs to external source, therefore
HAL becomes ready later.
parent 2245f631
......@@ -69,7 +69,7 @@ static uint32_t mac_entry_word4_w(struct filtering_entry *ent);
*/
static int fd;
#define HAL_CONNECT_RETRIES 10
#define HAL_CONNECT_RETRIES 1000
#define HAL_CONNECT_TIMEOUT 2000000 /* us */
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment