mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 08:44:52 +00:00
There are significant changes between NSS version 11.4.0.5 and 12.1 (12.0.5), that it doesn't really make sense to use it with older firmware (i.e. using mesh releated features). This change will explicitly link building the proper driver and client packages when FW 12.1 or 11.4 is selected, while also backporting patches from 12.4.
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;
|