Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wilc/wilc_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ void chip_wakeup_wilc3000(struct wilc *wilc, int source)
* If still off, redo the wake up sequence
*/
while (((clk_status_reg_val & clk_status_bit) == 0) &&
(((++trials) % 3) == 0)) {
(((++trials) % 4) != 0)) {
/* Wait for the chip to stabilize*/
usleep_range(1000, 1100);

Expand Down