Package: ezurio-qcacld-2.0-dkms
Version: 0.0~git20240408.aa96a9f+dfsg-10
Severity: important
Tags: upstream
Hi,
ezurio-qcacld-2.0-dkms fails to build a module for Linux 7.2 in
experimental:
CORE/HDD/src/wlan_hdd_cfg80211.c: In function 'wlan_hdd_cfg80211_init':
CORE/HDD/src/wlan_hdd_cfg80211.c:16803:25: error:
'WIPHY_FLAG_SUPPORTS_5_10_MHZ' undeclared (first use in this function); did you
mean 'WIPHY_FLAG_SUPPORTS_FW_ROAM'?
16803 | wiphy->flags |= WIPHY_FLAG_SUPPORTS_5_10_MHZ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| WIPHY_FLAG_SUPPORTS_FW_ROAM
CORE/HDD/src/wlan_hdd_cfg80211.c:16803:25: note: each undeclared identifier is
reported only once for each function it appears in
CORE/HDD/src/wlan_hdd_cfg80211.c:33618:26: error: initialization of 'int
(*)(struct wiphy *, struct wireless_dev *, struct ieee80211_channel *, unsigned
int, u64 *, const u8 *)' {aka 'int (*)(struct wiphy *, struct wireless_dev *,
struct ieee80211_channel *, unsigned int, long long unsigned int *, const
unsigned char *)'} from incompatible pointer type 'int (*)(struct wiphy *,
struct wireless_dev *, struct ieee80211_channel *, unsigned int, u64 *)' {aka
'int (*)(struct wiphy *, struct wireless_dev *, struct ieee80211_channel *,
unsigned int, long long unsigned int *)'} [-Wincompatible-pointer-types]
33618 | .remain_on_channel = wlan_hdd_cfg80211_remain_on_channel,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CORE/HDD/src/wlan_hdd_cfg80211.c:33618:26: note: (near initialization for
'wlan_hdd_cfg80211_ops.remain_on_channel')
In file included from CORE/HDD/src/wlan_hdd_cfg80211.c:78:
/var/lib/dkms/ezurio-qcacld-2.0/0.0~git20240408.aa96a9f+dfsg/build/CORE/HDD/inc/wlan_hdd_p2p.h:103:5:
note: 'wlan_hdd_cfg80211_remain_on_channel' declared here
103 | int wlan_hdd_cfg80211_remain_on_channel( struct wiphy *wiphy,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Andreas