~vicamo/ubuntu/+source/rtl8821ce-dkms/+git/rtl8821ce-dkms:bug-1861278/enable-config-dfs/focal

Last commit made on 2020-02-19
Get this branch:
git clone -b bug-1861278/enable-config-dfs/focal https://git.launchpad.net/~vicamo/ubuntu/+source/rtl8821ce-dkms/+git/rtl8821ce-dkms
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1861278/enable-config-dfs/focal
Repository:
lp:~vicamo/ubuntu/+source/rtl8821ce-dkms/+git/rtl8821ce-dkms

Recent commits

45836cb... by You-Sheng Yang

rtl8821ce: enable CONFIG_DFS for more 5G channels

eec16b8... by You-Sheng Yang

Revert "debian: build on amd64 only"

This reverts commit 7dd7c81666c8ee21b2c54c729c42b127981478b0.

c3e09aa... by You-Sheng Yang

rtl8821ce: guard wireless_send_event with CONFIG_WIRELESS_EXT instead

wireless_send_event() is an API when kernel CONFIG_WEXT_CORE is enabled,
which depends on either CONFIG_WIRELESS_EXT or CONFIG_CFG80211_WEXT. In
this source package, it's only enabled when CONFIG_IOCTL_CFG80211 is not
defined. While compiled on Ubuntu s390x, there is no wireless stack
enabled so far, so both CONFIG_IOCTL_CFG80211 and CONFIG_WIRELESS_EXT is
not defined in Makefile in this case. By guarding wireless_send_event()
with CONFIG_WIRELESS_EXT instead, it fixes build failure on s390x.

a8692b4... by You-Sheng Yang

rtl8821ce: use dma_addr_t

5c796df... by You-Sheng Yang

make: support build from multi-arched debian-based platform

7dd7c81... by You-Sheng Yang

debian: build on amd64 only

805184c... by You-Sheng Yang

debian: bump version for new release

c35756b... by You-Sheng Yang

rtl8821ce: disable debug messages

455d268... by You-Sheng Yang

rtl8821ce: fix build against kernel >= 5.3

Cherry-picked from commit f9eebc2a858a ("Fixes for Linux 5.3") from
https://github.com/tomaspinho/rtl8821ce .

a0ddc86... by You-Sheng Yang

debian: enable parallel build