mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-03 09:12:05 +08:00
12 lines
466 B
Diff
12 lines
466 B
Diff
--- a/nss_clmap_stats.c
|
|
+++ b/nss_clmap_stats.c
|
|
@@ -66,7 +66,7 @@ void nss_clmap_stats_session_unregister(
|
|
* nss_clmap_stats_session_register
|
|
* Register debug statistic for clmap session.
|
|
*/
|
|
-bool nss_clmap_stats_session_register(uint32_t if_num, uint32_t if_type, struct net_device *netdev)
|
|
+bool nss_clmap_stats_session_register(uint32_t if_num, enum nss_clmap_interface_type if_type, struct net_device *netdev)
|
|
{
|
|
uint32_t i;
|
|
bool stats_status = false;
|