We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afae28e commit 744c4dcCopy full SHA for 744c4dc
wilc/linux_wlan.c
@@ -718,7 +718,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
718
PRINT_INFO(vif->ndev, INIT_DBG, "Waiting for FW to get ready ...\n");
719
720
if (!wait_for_completion_timeout(&wilc->sync_event,
721
- msecs_to_jiffies(1000))) {
+ msecs_to_jiffies(1500))) {
722
PRINT_INFO(vif->ndev, INIT_DBG, "Firmware start timed out\n");
723
return -ETIME;
724
}
wilc/wilc_wlan.h
@@ -207,7 +207,7 @@
207
#define ENABLE_RX_VMM (SEL_VMM_TBL1 | EN_VMM)
208
#define ENABLE_TX_VMM (SEL_VMM_TBL0 | EN_VMM)
209
/*time for expiring the completion of cfg packets*/
210
-#define CFG_PKTS_TIMEOUT 2000
+#define CFG_PKTS_TIMEOUT 3000
211
212
#define IS_MANAGMEMENT 0x100
213
#define IS_MANAGMEMENT_CALLBACK 0x080
0 commit comments