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.29
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 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,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~