Commit 3e704256 authored by Robert Lubos's avatar Robert Lubos Committed by Benjamin Cabé
Browse files

net: ppp: stats: Fix net_mgmt request handler format



This has been missed in net_mgmt rework in commit
5a9a39ca.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent 529f420f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ LOG_MODULE_REGISTER(net_ppp_stats, CONFIG_NET_L2_PPP_LOG_LEVEL);

#if defined(CONFIG_NET_STATISTICS_USER_API)

static int ppp_stats_get(uint32_t mgmt_request, struct net_if *iface,
static int ppp_stats_get(uint64_t mgmt_request, struct net_if *iface,
			 void *data, size_t len)
{
	size_t len_chk = 0;