mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
wilc1000: increase config packets response wait timeout limit
Increase the WID config packet response timeout to have extra wait time for host to receive the response message from firmware. Sometimes the WID config response was timed out because of host interrupt latency. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210916164902.74629-12-ajay.kathat@microchip.com
This commit is contained in:
parent
301cfbab09
commit
bb6a0d5404
|
|
@ -302,7 +302,7 @@
|
|||
#define ENABLE_RX_VMM (SEL_VMM_TBL1 | EN_VMM)
|
||||
#define ENABLE_TX_VMM (SEL_VMM_TBL0 | EN_VMM)
|
||||
/* time for expiring the completion of cfg packets */
|
||||
#define WILC_CFG_PKTS_TIMEOUT msecs_to_jiffies(2000)
|
||||
#define WILC_CFG_PKTS_TIMEOUT msecs_to_jiffies(3000)
|
||||
|
||||
#define IS_MANAGMEMENT 0x100
|
||||
#define IS_MANAGMEMENT_CALLBACK 0x080
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user