Package: ezurio-qcacld-2.0-dkms
Version: 0.0~git20240408.aa96a9f+dfsg-2
Severity: important
Tags: upstream

Hi,

ezurio-qcacld-2.0-dkms fails to build a module for Linux 6.11 in experimental.
I haven't looked in detail, but this is probably caused by the switch
from gcc-13 to gcc-14 (and not a kernel interface change).
gcc-14 enabled -Werror=incompatible-pointer-types etc. by default.

DKMS make.log for ezurio-qcacld-2.0-0.0~git20240408.aa96a9f+dfsg for kernel 
6.11-amd64 (x86_64)
Tue Sep 24 21:55:53 UTC 2024
make: Entering directory '/usr/src/linux-headers-6.11-amd64'
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:50:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)'
[-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/paravirt.h:21,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/cpuid.h:62,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/processor.h:19,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/timex.h:5,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/timex.h:67,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time32.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time.h:60,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/stat.h:19,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/module.h:13,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:48:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:68,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:64:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1054:6:
 warning: no previous prototype for 'hdd_SendFTEvent' [-Wmissing-prototypes]
 1054 | void hdd_SendFTEvent(hdd_adapter_t *pAdapter)
      |      ^~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_SendAssociationEvent':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1290:55:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 1290 |                       "LFR3:hdd_SendAssociationEvent");
      |                                                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1303:55:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 1303 |         wlan_hdd_incr_active_session(pHddCtx, pAdapter->device_mode);
      |                                               ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1404:55:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 1404 |         wlan_hdd_incr_active_session(pHddCtx, pAdapter->device_mode);
      |                                               ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1418:55:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 1418 |         wlan_hdd_decr_active_session(pHddCtx, pAdapter->device_mode);
      |                                               ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_connRemoveConnectInfo':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1498:50:
 warning: implicit conversion from 'enum <anonymous>' to 
'eMib_dot11DesiredBssType' [-Wenum-conversion]
 1498 |    pHddStaCtx->conn_info.connDot11DesiredBssType = eCSR_BSS_TYPE_ANY;
      |                                                  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_print_bss_info':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1586:73:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 1586 |                        
hdd_sta_ctx->conn_info.hs20vendor_ie.release_num);
      |                                                                         
^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_DisConnectHandler':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:1782:55:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 1782 |                FL("hdd_unset_beacon_filter() failed"));
      |                                                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_SendReAssocEvent':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2231:51:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 2231 |     wlan_hdd_decr_active_session(pHddCtx, pAdapter->device_mode);
      |                                           ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2248:50:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2248 |         hddLog(LOGE, FL("Get BSS returned NULL"));
      |                                                  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_PerformRoamSetKeyComplete':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2357:71:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2357 |                 hddLog(LOGE, "%s: Set Key complete failure", __func__);
      |                                                                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_AssociationCompletionHandler':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2479:57:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2479 |                    FL("hdd_set_beacon_filter() failed"));
      |                                                         ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2546:73:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
 2546 |                                                        
pRoamInfo->staId);
      |                                                                         
^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2707:62:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 2707 |                                                      
pAdapter->device_mode);
      |                                                      
~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:2912:44:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
 2912 |                     roamResult, roamStatus);
      |                                            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_RoamIbssIndicationHandler':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:3205:55:
 warning: implicit conversion from 'enum ieee80211_band' to 'enum nl80211_band' 
[-Wenum-conversion]
 3205 |                                                       
IEEE80211_BAND_2GHZ);
      |                                                       
^~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:3208:55:
 warning: implicit conversion from 'enum ieee80211_band' to 'enum nl80211_band' 
[-Wenum-conversion]
 3208 |                                                       
IEEE80211_BAND_5GHZ);
      |                                                       
^~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:3218:60:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
 3218 |                        (int)pRoamInfo->pBssDesc->channelId);
      |                                                            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'roamRoamConnectStatusUpdateHandler':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:3663:23:
 warning: implicit conversion from 'eHalStatus' to 'VOS_STATUS' 
[-Wenum-conversion]
 3663 |             vosStatus = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:4430:6:
 warning: no previous prototype for 'hdd_indicateCckmPreAuth' 
[-Wmissing-prototypes]
 4430 | void hdd_indicateCckmPreAuth(hdd_adapter_t *pAdapter, tCsrRoamInfo 
*pRoamInfo)
      |      ^~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_smeRoamCallback':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:4825:86:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 4825 |                     hddLog(VOS_TRACE_LEVEL_ERROR, FL("failed to clear 
mc addr list"));
      |                                                                         
             ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:4907:72:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 4907 |                          hddLog(LOGP, FL("Cannot start traffic timer"));
      |                                                                        ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function '__iw_set_essid':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:5827:40:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 5827 |     pWextState->roamProfile.csrPersona = pAdapter->device_mode;
      |                                        ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:
 In function 'hdd_smeRoamCallback':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:4786:15:
 warning: this statement may fall through [-Wimplicit-fallthrough=]
 4786 |             if(roamResult == eCSR_ROAM_RESULT_LOSTLINK) {
      |               ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_assoc.c:4795:9:
 note: here
 4795 |         case eCSR_ROAM_DISASSOCIATED:
      |         ^~~~
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:53:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/paravirt.h:21,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/irqflags.h:80,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/irqflags.h:18,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/spinlock.h:59,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/mmzone.h:8,
                 from /usr/src/linux-headers-6.11-common/include/linux/gfp.h:7,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/firmware.h:8,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:51:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:68,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:64:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:
 In function 'hdd_set_sme_config':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:8310:50:
 warning: implicit conversion from 'hdd_wmm_user_mode_t' to 
'eCsrRoamWmmUserModeType' [-Wenum-conversion]
 8310 |    smeConfig->csrConfig.WMMSupportMode           = pConfig->WmmMode;
      |                                                  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:
 In function 'hdd_set_btc_bt_wlan_interval':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9119:89:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9119 |                         hddLog(LOGE, "Fail to set coex page p2p bt 
interval parameters");
      |                                                                         
                ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9128:89:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9128 |                         hddLog(LOGE, "Fail to set coex page sta bt 
interval parameters");
      |                                                                         
                ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9137:89:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9137 |                         hddLog(LOGE, "Fail to set coex page sap bt 
interval parameters");
      |                                                                         
                ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9146:84:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9146 |                         hddLog(LOGE, "Fail to set coex wlan connection 
parameters");
      |                                                                         
           ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9155:93:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9155 |                         hddLog(LOGE, "Fail to set coex page p2p sta bt 
interval parameters");
      |                                                                         
                    ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9164:92:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9164 |                         hddLog(LOGE, "Fail to set coex inquiry sta bt 
interval parameters");
      |                                                                         
                   ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9173:92:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9173 |                         hddLog(LOGE, "Fail to set coex inquiry sap bt 
interval parameters");
      |                                                                         
                   ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9182:92:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9182 |                         hddLog(LOGE, "Fail to set coex inquiry p2p bt 
interval parameters");
      |                                                                         
                   ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9191:96:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9191 |                         hddLog(LOGE, "Fail to set coex inquiry p2p sta 
bt interval parameters");
      |                                                                         
                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9198:75:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9198 |                 hddLog(LOGE, "Fail to set enable bt wlan coex 
parameters");
      |                                                                         
  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9203:58:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9203 |                 hddLog(LOGE, "Fail to set coex tx power");
      |                                                          ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9209:53:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9209 |                 hddLog(LOGE, "Fail to set pta coex");
      |                                                     ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_cfg.c:9217:63:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9217 |                 hddLog(LOGE, "Fail to set coex PauseDuration");
      |                                                               ^
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_debugfs.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_debugfs.c:29:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/paravirt.h:21,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/cpuid.h:62,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/processor.h:19,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/timex.h:5,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/timex.h:67,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time32.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time.h:60,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/stat.h:19,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/module.h:13,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:48:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:68,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:64:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_debugfs.c:
 In function '__wlan_hdd_read_power_debugfs':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_debugfs.c:709:16:
 warning: implicit conversion from 'eHalStatus' to 'VOS_STATUS' 
[-Wenum-conversion]
  709 |         status = sme_power_debug_stats_req(hdd_ctx->hHal,
      |                ^
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dev_pwr.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_dev_pwr.h:31,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dev_pwr.c:49:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/paravirt.h:21,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/cpuid.h:62,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/processor.h:19,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/timex.h:5,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/timex.h:67,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time32.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time.h:60,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/stat.h:19,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/module.h:13,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:48:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:68,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:64:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dev_pwr.c:121:6:
 warning: no previous prototype for 'hddDevTmTxBlockTimeoutHandler' 
[-Wmissing-prototypes]
  121 | void hddDevTmTxBlockTimeoutHandler(void *usrData)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dp_utils.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_wmm.h:61,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:51,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dp_utils.c:42:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from /usr/src/linux-headers-6.11-common/include/linux/smp.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/lockdep.h:14,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/mutex.h:17,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/inc/i_vos_types.h:31,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/inc/vos_types.h:43,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_dp_utils.h:45,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_dp_utils.c:41:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_tx_rx.h:46,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:65,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_cfg.h:44,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:52:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:47:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from /usr/src/linux-headers-6.11-common/include/linux/uio.h:8,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/socket.h:8,
                 from 
/usr/src/linux-headers-6.11-common/include/uapi/linux/in.h:25,
                 from /usr/src/linux-headers-6.11-common/include/linux/in.h:19,
                 from 
/usr/src/linux-headers-6.11-common/include/net/addrconf.h:27,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:43:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/CLD_TXRX/TLSHIM/tl_shim.h:35,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_main.h:68,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:64:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:151:6:
 warning: no previous prototype for 'hdd_suspend_standby_cbk' 
[-Wmissing-prototypes]
  151 | void hdd_suspend_standby_cbk (void *callbackContext, eHalStatus status)
      |      ^~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:170:6:
 warning: no previous prototype for 'hdd_suspend_full_pwr_callback' 
[-Wmissing-prototypes]
  170 | void hdd_suspend_full_pwr_callback(void *callbackContext, eHalStatus 
status)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function 'hdd_exit_standby':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:190:25:
 warning: implicit conversion from 'enum <anonymous>' to 'eHalStatus' 
[-Wenum-conversion]
  190 |     eHalStatus status = VOS_STATUS_SUCCESS;
      |                         ^~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function 'hdd_exit_deep_sleep':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:466:43:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
  466 |    vosStatus = vos_get_vdev_types(pAdapter->device_mode, &type, 
&subType);
      |                                   ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:500:6:
 warning: no previous prototype for 'hdd_conf_gtk_offload' 
[-Wmissing-prototypes]
  500 | void hdd_conf_gtk_offload(hdd_adapter_t *pAdapter, v_BOOL_t fenable)
      |      ^~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function '__wlan_hdd_ipv6_changed':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:616:66:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
  616 |                                 hdd_ctx->cfg_ini->nEnableSuspend);
      |                                                                  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:1378:6:
 warning: no previous prototype for 'hdd_mcbc_filter_modification' 
[-Wmissing-prototypes]
 1378 | void hdd_mcbc_filter_modification(hdd_context_t* pHddCtx,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function 'hdd_PowerStateChangedCB':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:1738:92:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 1738 |          hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Not able to set mcast/bcast 
filter ", __func__);
      |                                                                         
                   ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:1770:6:
 warning: no previous prototype for 'hdd_register_mcast_bcast_filter' 
[-Wmissing-prototypes]
 1770 | void hdd_register_mcast_bcast_filter(hdd_context_t *pHddCtx)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:1801:6:
 warning: no previous prototype for 'hdd_unregister_mcast_bcast_filter' 
[-Wmissing-prototypes]
 1801 | void hdd_unregister_mcast_bcast_filter(hdd_context_t *pHddCtx)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:1965:12:
 warning: no previous prototype for 'hdd_wlan_reset_initialization' 
[-Wmissing-prototypes]
 1965 | VOS_STATUS hdd_wlan_reset_initialization(void)
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function 'hdd_wlan_shutdown':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:2180:14:
 warning: implicit conversion from 'eHalStatus' to 'VOS_STATUS' 
[-Wenum-conversion]
 2180 |    vosStatus = sme_Stop(pHddCtx->hHal, HAL_STOP_TYPE_SYS_RESET);
      |              ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:2190:14:
 warning: implicit conversion from 'tSirRetStatus' {aka 'enum eSirRetStatus'} 
to 'VOS_STATUS' [-Wenum-conversion]
 2190 |    vosStatus = macStop(pHddCtx->hHal, HAL_STOP_TYPE_SYS_RESET);
      |              ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:
 In function 'hdd_wlan_re_init':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_early_suspend.c:2389:14:
 warning: implicit conversion from 'tSirRetStatus' {aka 'enum eSirRetStatus'} 
to 'eHalStatus' [-Wenum-conversion]
 2389 |    halStatus = cfgSetStr(pHddCtx->hHal, WNI_CFG_STA_ID,
      |              ^
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:56:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/MAC/src/pe/include/limGlobal.h:50,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/MAC/src/include/dphGlobal.h:51,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/MAC/inc/aniGlobal.h:49,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/MAC/inc/macInitApi.h:41,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:63:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from /usr/src/linux-headers-6.11-common/include/linux/smp.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/lockdep.h:14,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/mutex.h:17,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/inc/i_vos_types.h:31,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/inc/vos_types.h:43,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/inc/vos_mq.h:46,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:55:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:
 In function 'wlan_ftm_postmsg':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:147:9:
 warning: implicit conversion from 'enum <anonymous>' to 'VOS_MQ_ID' 
[-Wenum-conversion]
  147 |         VOS_MODULE_ID_WDA,
      |         ^~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:
 In function 'wlan_ftm_vos_close':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:501:13:
 warning: implicit conversion from 'tSirRetStatus' {aka 'enum eSirRetStatus'} 
to 'VOS_STATUS' [-Wenum-conversion]
  501 |   vosStatus = macClose( ((pVosContextType)vosContext)->pMACContext);
      |             ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:
 In function 'vos_ftm_preStart':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:621:12:
 warning: implicit conversion from 'tSirRetStatus' {aka 'enum eSirRetStatus'} 
to 'VOS_STATUS' [-Wenum-conversion]
  621 |    vStatus = macPreStart(pVosContext->pMACContext);
      |            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:667:12:
 warning: implicit conversion from 'A_STATUS' to 'VOS_STATUS' 
[-Wenum-conversion]
  667 |    vStatus = HTCStart(gpVosContext->htc_ctx);
      |            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:943:5:
 warning: no previous prototype for 'hdd_ftm_stop' [-Wmissing-prototypes]
  943 | int hdd_ftm_stop(hdd_context_t *pHddCtx)
      |     ^~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_ftm.c:1096:12:
 warning: no previous prototype for 'WLANFTM_McProcessMsg' 
[-Wmissing-prototypes]
 1096 | VOS_STATUS WLANFTM_McProcessMsg (v_VOID_t *message)
      |            ^~~~~~~~~~~~~~~~~~~~
  CC [M]  
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.o
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:62:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/VOSS/src/vos_sched.h:115:39:
 warning: 'struct txrx_tl_shim_ctx' declared inside parameter list will not be 
visible outside of this definition or declaration
  115 | typedef void (*vos_tlshim_cb) (struct txrx_tl_shim_ctx *tl_shim,
      |                                       ^~~~~~~~~~~~~~~~
In file included from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/adf_os_defer.h:40,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:39,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep.h:34,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/wlan_defs.h:32,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SAP/inc/sapApi.h:77,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/TL/inc/wlan_qct_tl.h:85,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_includes.h:58,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:65:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:
 In function '__adf_os_init_bh':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/adf/linux/adf_os_defer_pvt.h:117:23:
 warning: cast between incompatible function types from 'adf_os_defer_fn_t' 
{aka 'void (*)(void *)'} to 'void (*)(long unsigned int)' [-Wcast-function-type]
  117 |      tasklet_init(bh, (__adf_os_bh_fn_t)func, (unsigned long)arg);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:965:9:
 warning: "MIN" redefined
  965 | #define MIN(a, b)                adf_os_min(a, b)
      |         ^~~
In file included from 
/usr/src/linux-headers-6.11-common/include/linux/kernel.h:28,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/cpumask.h:11,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/paravirt.h:21,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/cpuid.h:62,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/processor.h:19,
                 from 
/usr/src/linux-headers-6.11-common/arch/x86/include/asm/timex.h:5,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/timex.h:67,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time32.h:13,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/time.h:60,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/stat.h:19,
                 from 
/usr/src/linux-headers-6.11-common/include/linux/module.h:13,
                 from 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:55:
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:329:9: note: this is 
the location of the previous definition
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/SERVICES/COMMON/osdep_adf.h:966:9:
 warning: "MAX" redefined
  966 | #define MAX(a, b)                adf_os_max(a, b)
      |         ^~~
/usr/src/linux-headers-6.11-common/include/linux/minmax.h:330:9: note: this is 
the location of the previous definition
  330 | #define MAX(a,b) __cmp(max,a,b)
      |         ^~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:288:6:
 warning: no previous prototype for 'hdd_hostapd_channel_allow_suspend' 
[-Wmissing-prototypes]
  288 | void hdd_hostapd_channel_allow_suspend(hdd_adapter_t *pAdapter,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:328:6:
 warning: no previous prototype for 'hdd_hostapd_channel_prevent_suspend' 
[-Wmissing-prototypes]
  328 | void hdd_hostapd_channel_prevent_suspend(hdd_adapter_t *pAdapter,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1096:6:
 warning: no previous prototype for 'hdd_hostapd_inactivity_timer_cb' 
[-Wmissing-prototypes]
 1096 | void hdd_hostapd_inactivity_timer_cb(v_PVOID_t usrDataForCallback)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1223:6:
 warning: no previous prototype for 'hdd_clear_all_sta' [-Wmissing-prototypes]
 1223 | void hdd_clear_all_sta(hdd_adapter_t *pHostapdAdapter, v_PVOID_t 
usrDataForCallback)
      |      ^~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function 'hdd_stop_bss_link':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1269:60:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 1269 |             hddLog(LOGE, FL("Deleting SAP/P2P link!!!!!!"));
      |                                                            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1272:62:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 1272 |         wlan_hdd_decr_active_session(pHddCtx, 
pHostapdAdapter->device_mode);
      |                                               
~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1498:12:
 warning: no previous prototype for 'hdd_chan_change_notify' 
[-Wmissing-prototypes]
 1498 | VOS_STATUS hdd_chan_change_notify(hdd_adapter_t *hostapd_adapter,
      |            ^~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:1811:12:
 warning: no previous prototype for 'hdd_send_radar_event' 
[-Wmissing-prototypes]
 1811 | VOS_STATUS hdd_send_radar_event(hdd_context_t *hdd_context,
      |            ^~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function 'hdd_hostapd_SAPEventCB':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2359:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2359 |                    hddLog(LOGE, FL("Failed to init AP inactivity 
timer"));
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2363:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2363 |                    hddLog(LOGE, FL("Failed to init AP inactivity 
timer"));
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2703:84:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2703 |                                      vos_status, 
MAC_ADDR_ARRAY(wrqu.addr.sa_data));
      |                                                                         
           ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2717:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2717 |                            vos_status, 
MAC_ADDR_ARRAY(wrqu.addr.sa_data));
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2778:75:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2778 |                    hddLog(LOGE, FL("Failed to start AP inactivity 
timer"));
      |                                                                         
  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2855:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2855 |                         "ERROR: Station deauth event reporting 
failed!!");
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2860:61:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
 2860 |                 hddLog(LOG1," MAC initiated disassociation");
      |                                                             ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:2917:83:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 2917 |                             hddLog(LOGE, FL("Failed to init AP 
inactivity timer"));
      |                                                                         
          ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3076:76:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 3076 |                 hddLog(LOGW, FL("hdd_stop_bss_link failed %d"), 
vos_status);
      |                                                                         
   ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3196:75:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 3196 |                     hddLog(LOGE, FL("Failed to stop AP inactivity 
timer"));
      |                                                                         
  ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3201:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 3201 |                 hddLog(LOGE, FL("Failed to Destroy AP inactivity 
timer"));
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3226:74:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 3226 |             hddLog(LOGW, FL("hdd_softap_stop_bss failed %d"), 
vos_status);
      |                                                                         
 ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3617:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3617 | static __iw_softap_set_ini_cfg(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_set_ini_cfg':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3660:69:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 3660 |                    "%s: Stored in Dynamic SAP ini config", __func__);
      |                                                                     ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3671:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3671 | static iw_softap_set_ini_cfg(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3685:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3685 | static __iw_softap_get_ini_cfg(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3713:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3713 | static iw_softap_get_ini_cfg(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_set_two_ints_getnone':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3770:63:
 warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
 3770 |             hddLog(LOGE, "unexpected value for dump_dp_trace");
      |                                                               ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3816:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3816 | static __iw_softap_wowl_config_pattern(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:3886:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 3886 | static iw_softap_wowl_config_pattern(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:4467:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 4467 | static __iw_softap_setparam(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_setparam':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:4621:37:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 4621 |                 rateUpdate.dev_mode = pHostapdAdapter->device_mode;
      |                                     ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:4894:79:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 4894 |                       hddLog(LOGE, "Failed to set ShortGI value 
ret(%d)", ret);
      |                                                                         
      ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_set_var_int_get_char':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5293:14:
 warning: unused variable 'value' [-Wunused-variable]
 5293 |         int *value = (int *)extra;
      |              ^~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5398:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5398 | static iw_softap_setparam(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5412:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5412 | static __iw_softap_getparam(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5666:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5666 | static iw_softap_getparam(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5800:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5800 | static __iw_set_char_get_char(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5938:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5938 | static __iw_softap_getchannel(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5962:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5962 | static iw_softap_getchannel(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:5976:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 5976 | static __iw_softap_set_max_tx_power(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6017:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6017 | static iw_softap_set_max_tx_power(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6031:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6031 | static __iw_display_data_path_snapshot(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6052:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6052 | static iw_display_data_path_snapshot(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6066:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6066 | static __iw_softap_set_tx_power(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_set_tx_power':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6093:62:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 6093 |                                               
pHostapdAdapter->device_mode,
      |                                               
~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6105:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6105 | static iw_softap_set_tx_power(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6121:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6121 | static __iw_softap_getassoc_stamacaddr(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6199:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6199 | static iw_softap_getassoc_stamacaddr(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6226:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6226 | static __iw_softap_disassoc_sta(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6269:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6269 | static iw_softap_disassoc_sta(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6283:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6283 | static __iw_softap_ap_stats(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6333:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6333 | static iw_softap_ap_stats(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:6347:1:
 warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
 6347 | static __iw_get_char_setnone(struct net_device *dev,
      | ^~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_softap_stopbss':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:7280:62:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 7280 |         wlan_hdd_decr_active_session(pHddCtx, 
pHostapdAdapter->device_mode);
      |                                               
~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function '__iw_set_ap_genie':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:7510:23:
 warning: implicit conversion from 'VOS_STATUS' to 'eHalStatus' 
[-Wenum-conversion]
 7510 |             halStatus = 
WLANSAP_Set_WPARSNIes(WLAN_HDD_GET_SAP_CTX_PTR(pHostapdAdapter), genie, 
wrqu->data.length);
      |                       ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 At top level:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:7762:6:
 warning: no previous prototype for 'hdd_get_rssi_cb' [-Wmissing-prototypes]
 7762 | void hdd_get_rssi_cb(struct sir_peer_info_resp *sta_rssi, void *context)
      |      ^~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:8745:24:
 error: initialization of 'int (*)(struct net_device *, struct 
kernel_ethtool_ts_info *)' from incompatible pointer type 'int (*)(struct 
net_device *, struct ethtool_ts_info *)' [-Wincompatible-pointer-types]
 8745 |         .get_ts_info = wlan_get_ts_info,
      |                        ^~~~~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:8745:24:
 note: (near initialization for 'wlan_hostapd_ethtool_ops.get_ts_info')
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function 'hdd_init_ap_mode':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:8867:50:
 warning: implicit conversion from 'device_mode_t' {aka 'enum device_mode'} to 
'tVOS_CON_MODE' [-Wenum-conversion]
 8867 |     sme_SetCurrDeviceMode(pHddCtx->hHal, pAdapter->device_mode);
      |                                          ~~~~~~~~^~~~~~~~~~~~~
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:
 In function 'hdd_sap_destroy_events':
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:9194:56:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9194 |                 FL("WLANSAP_Stop failed destroy lock"));
      |                                                        ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:9199:60:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9199 |                 FL("failed to destroy session open event"));
      |                                                            ^
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.c:9203:60:
 warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
 9203 |                FL("failed to destroy session close event"));
      |                                                            ^
make[2]: *** [/usr/src/linux-headers-6.11-common/scripts/Makefile.build:249: 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/src/wlan_hdd_hostapd.o]
 Error 1
make[1]: *** [/usr/src/linux-headers-6.11-common/Makefile:1951: 
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build] Error 2
make: *** [/usr/src/linux-headers-6.11-common/Makefile:236: __sub-make] Error 2
make: Leaving directory '/usr/src/linux-headers-6.11-amd64'


Andreas

Reply via email to