Skip to content

Commit cfa86ad

Browse files
committed
[nrf fromlist] net: ppp: stats: Fix net_mgmt request handler format
This has been missed in net_mgmt rework in commit 5a9a39c. Upstream PR #: 92249 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 67c0f10 commit cfa86ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/ppp/ppp_stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LOG_MODULE_REGISTER(net_ppp_stats, CONFIG_NET_L2_PPP_LOG_LEVEL);
1717

1818
#if defined(CONFIG_NET_STATISTICS_USER_API)
1919

20-
static int ppp_stats_get(uint32_t mgmt_request, struct net_if *iface,
20+
static int ppp_stats_get(uint64_t mgmt_request, struct net_if *iface,
2121
void *data, size_t len)
2222
{
2323
size_t len_chk = 0;

0 commit comments

Comments
 (0)