Re: [PATCH] wifi: ipw2x00/lib80211: select ARC4 helper

From: Arnd Bergmann
Date: Tue Oct 15 2024 - 04:26:48 EST


On Tue, Oct 15, 2024, at 07:45, Johannes Berg wrote:
>> +++ b/drivers/net/wireless/intel/ipw2x00/Kconfig
>> @@ -6,6 +6,7 @@
>> config IPW2100
>> tristate "Intel PRO/Wireless 2100 Network Connection"
>> depends on PCI && CFG80211
>> + select CRYPTO_LIB_ARC4
>>
> I think this got to the wrong place?

Right, your versions is the correct one.

Arnd