mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
To keep fork as closely synced with upstream, move NSS packages back into repository. Not sure why they were moved out from my original fork. * nss-firmware * qca-nss-crypto * qca-nss-cfi Removed the following: * mhz (already available in packages repo) * qrtr (unecessary, and has been broken for years) Also moved packages out of `qca` and back into root directory.
12 lines
467 B
Diff
12 lines
467 B
Diff
--- a/nss_clmap_stats.c
|
|
+++ b/nss_clmap_stats.c
|
|
@@ -63,7 +63,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;
|