Package Details: rtl88x2ce-dkms-git r50.eb2fff0-1

Git Clone URL: https://aur.archlinux.org/rtl88x2ce-dkms-git.git (read-only, click to copy)
Package Base: rtl88x2ce-dkms-git
Description: Realtek RTL8822CE WLAN GNU/Linux Driver
Upstream URL: https://github.com/juanro49/rtl88x2ce-dkms
Keywords: dkms realtek rtl88x2ce
Licenses: unknown
Conflicts: rtl88x2ce-dkms
Submitter: KafCoppelia
Maintainer: KafCoppelia
Last Packager: KafCoppelia
Votes: 3
Popularity: 0.033286
First Submitted: 2022-11-20 14:20 (UTC)
Last Updated: 2024-08-14 14:03 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

cl0ne commented on 2025-02-10 10:22 (UTC)

Currently it's not ready for kernel 6.13, build fails with:

os_dep/linux/ioctl_cfg80211.c: At top level:
os_dep/linux/ioctl_cfg80211.c:9962:32: error: initialization of ‘int (*)(struct wiphy *, struct net_device *, struct cfg80211_chan_def *)’ from incompatible pointer type ‘int (*)(struct wiphy *, struct cfg80211_chan_def *)’ [-Wincompatible-pointer-types]
 9962 |         .set_monitor_channel = cfg80211_rtw_set_monitor_channel,
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
os_dep/linux/ioctl_cfg80211.c:9962:32: note: (near initialization for ‘rtw_cfg80211_ops.set_monitor_channel’)

Reported upstream issue: https://github.com/juanro49/rtl88x2ce-dkms/issues/18

cl0ne commented on 2024-07-30 12:09 (UTC)

Current version of the module build fails with the following error:

/var/lib/dkms/rtl88x2ce/r48.488172d/build/os_dep/linux/ioctl_cfg80211.c: In function 'rtw_cfg80211_ch_switch_notify':
/var/lib/dkms/rtl88x2ce/r48.488172d/build/os_dep/linux/ioctl_cfg80211.c:443:9: error: too many arguments to function 'cfg80211_ch_switch_notify'
  443 |         cfg80211_ch_switch_notify(adapter->pnetdev, &chdef, 0, 0);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/lib/dkms/rtl88x2ce/r48.488172d/build/include/osdep_service_linux.h:93,
                 from /var/lib/dkms/rtl88x2ce/r48.488172d/build/include/osdep_service.h:50,
                 from /var/lib/dkms/rtl88x2ce/r48.488172d/build/include/drv_types.h:27,
                 from /var/lib/dkms/rtl88x2ce/r48.488172d/build/os_dep/linux/ioctl_cfg80211.c:17:
./include/net/cfg80211.h:8827:6: note: declared here
 8827 | void cfg80211_ch_switch_notify(struct net_device *dev,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~