Browse Source

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>
pull/91904/merge
Robert Lubos 2 weeks ago committed by Benjamin Cabé
parent
commit
3e704256e3
  1. 2
      subsys/net/l2/ppp/ppp_stats.c

2
subsys/net/l2/ppp/ppp_stats.c

@ -17,7 +17,7 @@ LOG_MODULE_REGISTER(net_ppp_stats, CONFIG_NET_L2_PPP_LOG_LEVEL); @@ -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…
Cancel
Save