Re: [PATCH v3] ath10k: improve BDF search fallback strategy

2022-05-09 Thread Jeff Johnson
On 5/8/2022 7:26 PM, Abhishek Kumar wrote: Board data files wrapped inside board-2.bin files are identified based on a combination of bus architecture, chip-id, board-id or variants. Here is one such example of a BDF entry in board-2.bin file: bus=snoc,qmi-board-id=67,qmi-chip-id=320,variant=GO_X

Re: [PATCH] Revert "ath: add support for special 0x0 regulatory domain"

2022-05-09 Thread Cale Collins
Hello Brian and Kalle, I'm experiencing an issue very similar to this. The regulatory domain settings wouldn't allow me to create an AP on 5ghz bands on kernels newer than 5.10 when using a WLE900VX (QCA9984) radio. I bisected the kernel and ultimately landed on the regression that Brian patched

Re: [PATCH v3] ath10k: improve BDF search fallback strategy

2022-05-09 Thread Abhishek Kumar
Replying again ... Thanks for the review Jeff, I have replied below and will address these comments in next iteration. I will wait for a day more to get some more reviews and collectively make the change. On Mon, May 9, 2022 at 10:22 AM Jeff Johnson wrote: > > On 5/8/2022 7:26 PM, Abhishek Kumar