From bb4d4c9a2520f48b366c16c22a6d90df1afdfd8a Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Fri, 18 Apr 2025 05:28:10 -0400 Subject: [PATCH] nss-clients: [12.5] fix failure to apply `0030-fixup-compiler-errors` patch Signed-off-by: Sean Khan --- .../patches/0030-fixup-compiler-errors.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/qca-nss-clients/patches/0030-fixup-compiler-errors.patch b/qca-nss-clients/patches/0030-fixup-compiler-errors.patch index 37f99d2..ab9aedb 100644 --- a/qca-nss-clients/patches/0030-fixup-compiler-errors.patch +++ b/qca-nss-clients/patches/0030-fixup-compiler-errors.patch @@ -460,19 +460,6 @@ case NSS_WIFI_MESH_US_MESH_PATH_NOT_FOUND: ifnum = decap_ifnum; break; -@@ -1702,10 +1699,10 @@ nss_wifi_meshmgr_config_mesh_exception_s - ret = wait_for_completion_timeout(&wmesh_ctx->complete, msecs_to_jiffies(NSS_WIFI_MESH_TX_TIMEOUT)); - if (!ret) { - nss_wifi_meshmgr_warn("%px: WiFi mesh msg tx failed due to timeout\n", &wmgr_ctx); -- wmesh_ctx->response = NSS_WIFI_MESHMGR_FAILURE_SYNC_TIMEOUT; -+ wmesh_ctx->response = (nss_tx_status_t)NSS_WIFI_MESHMGR_FAILURE_SYNC_TIMEOUT; - } - -- nss_status = wmesh_ctx->response; -+ nss_status = (nss_wifi_meshmgr_status_t)wmesh_ctx->response; - up(&wmesh_ctx->sem); - - nss_wifi_meshmgr_ref_dec(wmesh_ctx); --- a/netlink/nss_nlipsec.c +++ b/netlink/nss_nlipsec.c @@ -228,7 +228,7 @@ static void nss_nlipsec_process_event(vo