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.
13 lines
482 B
Diff
13 lines
482 B
Diff
--- a/nss_hal/nss_hal.c
|
|
+++ b/nss_hal/nss_hal.c
|
|
@@ -572,7 +572,9 @@ int nss_hal_probe(struct platform_device
|
|
if (npd->wifioffload_enabled == NSS_FEATURE_ENABLED) {
|
|
nss_top->wifi_handler_id = nss_dev->id;
|
|
nss_top->dynamic_interface_table[NSS_DYNAMIC_INTERFACE_TYPE_VAP] = nss_dev->id;
|
|
+#if defined(NSS_HAL_IPQ806x_SUPPORT)
|
|
nss_wifi_register_handler();
|
|
+#endif
|
|
nss_wifili_register_handler();
|
|
#ifdef NSS_DRV_WIFI_EXT_VDEV_ENABLE
|
|
nss_wifi_ext_vdev_register_handler();
|