On 9/3/2019 6:29 AM, Rafał Miłecki wrote:
From: Rafał Miłecki <[email protected]>

Driver's main init/attach function brcmf_attach() was handling both:
wiphy allocation and driver initialization. It meant getting a new wiphy
on every init (initial, resume, error recovery).

For supplicants/authenticators and Linux users it's move convenient to
have the same wiphy over driver's lifetime. It allows e.g. automatic
recovery after a firmware crash.

Typo: 'move' should be 'more'.

Regards,
Arend

Reply via email to