wifi: wilc1000: fix driver_handler when committing initial configuration
authorAjay Singh <ajay.kathat@microchip.com>
Mon, 15 Jan 2024 14:56:31 +0000 (15:56 +0100)
committerKalle Valo <kvalo@kernel.org>
Thu, 18 Jan 2024 09:35:14 +0000 (11:35 +0200)
commit52284952cbf38c3026c2c61e8582ec01f8ee61c7
treeafe10d62d5ff3e7416a94d7ac34668f8fe457c6e
parent0635d73d85c1264060a92cbe1c53b7f010b6dd4a
wifi: wilc1000: fix driver_handler when committing initial configuration

During firmware initial configuration in wilc_init_fw_config, the special
driver_handler 0 should be used instead of targeting a specific virtual
interface (either 1 or 2)
The issue does not seem to have real consequence (both virtual interfaces
seems to answer correctly to a Add Block Ack request with the Immediate
policy), but lets make everything homogeneous

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240115-wilc_1000_fixes-v1-2-54d29463a738@bootlin.com
drivers/net/wireless/microchip/wilc1000/netdev.c