Skip to content

Commit 29cc3b5

Browse files
mike-scottgalak
authored andcommitted
drivers: modem: wnc14a2a: dont stop RSSI processing on error
Instead of aborting on RSSI poll error, let's continue on and reschedule the next RSSI poll. This fixes an issue where RSSI polling would stop if for any reason the modem doesn't fulfill an RSSI poll on time. Signed-off-by: Michael Scott <[email protected]>
1 parent 197757f commit 29cc3b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/modem/wncm14a2a.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,6 @@ static void wncm14a2a_rssi_query_work(struct k_work *work)
12981298
ret = send_at_cmd(NULL, "AT%MEAS=\"23\"", MDM_CMD_TIMEOUT);
12991299
if (ret < 0) {
13001300
LOG_ERR("AT%%MEAS ret:%d", ret);
1301-
return;
13021301
}
13031302

13041303
/* re-start RSSI query work */

0 commit comments

Comments
 (0)