File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
718
718
PRINT_INFO (vif -> ndev , INIT_DBG , "Waiting for FW to get ready ...\n" );
719
719
720
720
if (!wait_for_completion_timeout (& wilc -> sync_event ,
721
- msecs_to_jiffies (1000 ))) {
721
+ msecs_to_jiffies (1500 ))) {
722
722
PRINT_INFO (vif -> ndev , INIT_DBG , "Firmware start timed out\n" );
723
723
return - ETIME ;
724
724
}
Original file line number Diff line number Diff line change 207
207
#define ENABLE_RX_VMM (SEL_VMM_TBL1 | EN_VMM)
208
208
#define ENABLE_TX_VMM (SEL_VMM_TBL0 | EN_VMM)
209
209
/*time for expiring the completion of cfg packets*/
210
- #define CFG_PKTS_TIMEOUT 2000
210
+ #define CFG_PKTS_TIMEOUT 3000
211
211
212
212
#define IS_MANAGMEMENT 0x100
213
213
#define IS_MANAGMEMENT_CALLBACK 0x080
You can’t perform that action at this time.
0 commit comments