Re: [PATCH] wifi: iwlwifi: Fix iwl_pci_probe() regression
From: Kurt Borja
Date: Tue Apr 15 2025 - 10:51:17 EST
On Sat Mar 29, 2025 at 1:48 AM -03, Kurt Borja wrote:
> Fix the following probing error:
>
> iwlwifi: No config found for PCI dev 2725/1674, rev=0x420, rfid=0x10d000
> iwlwifi 0000:3b:00.0: probe with driver iwlwifi failed with error -22
>
> Which happens, as the comment suggests, due to an extra `!` when
> comparing the device bandwidth with the no_160 subsystem flag.
>
> Fixes: 75a3313f52b7 ("wifi: iwlwifi: make no_160 more generic")
> Signed-off-by: Kurt Borja <kuurtb@xxxxxxxxx>
> ---
> Hi all,
>
> After compiling and testing the latest commit on Linus's tree, I found
> that my wifi wasn't working. After bisecting I found:
>
> first bad commit: [75a3313f52b7e08e7e73746f69a68c2b7c28bb2b] wifi: iwlwifi: make no_160 more generic
>
> And the culprit was an extra `!` when getting the device info.
>
> This patch is based on the latest commit of Linus's tree.
Hi all,
Any updates on this?
--
~ Kurt