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:
parent
529f420fcb
commit
3e704256e3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user