On Thu, Feb 15, 2018 at 3:46 PM, Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> wrote: > Ok. Could you create a log with driver debugging enabled, ie. build driver CONFIG_BRCMDBG=y and load with module param 'debug=0x1416'. The problem is probably when the firmware is configured. Logs from driver load at boot: https://gist.github.com/dsd/7f9a7e8b0f8e20794aaed6298b2cb96a Logs from interface up: https://gist.github.com/dsd/13909ed821f7429e6be6a97ed91a61af Logs from connection attempt: https://gist.github.com/dsd/ae4a664c45e3d379d765231d96ae20d7 By the way, I noticed that the new parameter is called assoc_retry_max. However here the problem is at the authentication stage. We do not reach association. Does assoc_retry_max also affect the authentication codepath, or is there an equivalent parameter for retrying auth? Thanks Daniel