Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4240c583 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Enable APSS diag hdlc encoding"

parents 1b2153e9 63626b3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2453,7 +2453,7 @@ void diagfwd_init(void)
	driver->buf_tbl_size = (buf_tbl_size < driver->poolsize_hdlc) ?
				driver->poolsize_hdlc : buf_tbl_size;
	driver->supports_separate_cmdrsp = device_supports_separate_cmdrsp();
	driver->supports_apps_hdlc_encoding = 0;
	driver->supports_apps_hdlc_encoding = 1;
	mutex_init(&driver->diag_hdlc_mutex);
	mutex_init(&driver->diag_cntl_mutex);