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

Commit 222949dc authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

msm: mhi_dev: Update MBIM channel attribute



Remove restriction to expose the MBIM channel after a channel
connect. The group and owner permission is updated to
radio and radio during boot up and may cause the update
to not be reflected.

Change-Id: Id612fd24b41a414e59f149e9dd16eb17f0407ca5
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 84985b47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ static const struct chan_attr uci_chan_attr_table[] = {
		TRB_MAX_DATA_SIZE,
		MAX_NR_TRBS_PER_CHAN,
		MHI_DIR_OUT,
		mhi_uci_generic_client_cb,
		NULL,
		NULL,
		NULL,
		false,
@@ -162,7 +162,7 @@ static const struct chan_attr uci_chan_attr_table[] = {
		TRB_MAX_DATA_SIZE,
		MAX_NR_TRBS_PER_CHAN,
		MHI_DIR_IN,
		mhi_uci_generic_client_cb,
		NULL,
		NULL,
		NULL,
		false,