net: ppp: stats: Fix net_mgmt request handler format

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

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2025-06-26 15:01:20 +02:00 committed by Benjamin Cabé
parent 529f420fcb
commit 3e704256e3

View File

@ -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;