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

Commit 38f31c0a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm:ipa: fix the size of vlan_id"

parents 749644af df7d42d7
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;
};

/**