commit | a1f5aac1765afbeace9581afa27da34085f68e1d | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Tue Sep 03 06:29:28 2019 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Sep 13 16:42:34 2019 +0300 |
tree | 19ebadb8c10458c04f14b62595c9e8bb1dac783a | |
parent | 450914c39f88d1adada26256360dea7050ff4e83 [diff] |
brcmfmac: don't realloc wiphy during PCIe reset Providing a new wiphy on every PCIe reset was confusing and was causing configuration problems for some users (supplicant and authenticators). Sticking to the existing wiphy should make error recovery much simpler and more reliable. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>