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

Commit df7d42d7 authored by Rishabh Garg's avatar Rishabh Garg Committed by Gerrit - the friendly Code Review server
Browse files

msm:ipa: fix the size of vlan_id



change the size of vlan_id from uint8_t to uint16_t.

Change-Id: I5fbc35fb49bede3b74b3f6126fd0eab74f50c4d1
Signed-off-by: default avatarRishabh Garg <rishgarg@codeaurora.org>
parent 98ed1806
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2370,7 +2370,7 @@ struct ipa_ioc_nat_pdn_entry {
 */
struct ipa_ioc_vlan_iface_info {
	char name[IPA_RESOURCE_NAME_MAX];
	uint8_t vlan_id;
	uint16_t vlan_id;
};

/**