~vicamo/ubuntu/+source/rtl8821ce-dkms/+git/rtl8821ce-dkms:bug-1911605/blacklist-rtw88_8821ce/focal

Last commit made on 2021-01-25
Get this branch:
git clone -b bug-1911605/blacklist-rtw88_8821ce/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-1911605/blacklist-rtw88_8821ce/focal
Repository:
lp:~vicamo/ubuntu/+source/rtl8821ce-dkms/+git/rtl8821ce-dkms

Recent commits

862e412... by You-Sheng Yang

debian: bump version for new release

da32b3d... by You-Sheng Yang

debian: blacklist built-in rtw88_8821ce

(cherry picked from commit 8a2ae32a90af9f99ad0df2137bc110e335a5b44d)
Signed-off-by: You-Sheng Yang <email address hidden>

0985438... by Paolo Pisati

rtl8821ce: fix build against kernel >= 5.10

(backported from commit 48e65aa29460fe95babd868caeda1ab479673b16)
Signed-off-by: You-Sheng Yang <email address hidden>

1fd5ea6... by You-Sheng Yang

debian: bump version for new release

474f816... by You-Sheng Yang

rtl8821ce: add constants to allow 22MB and 33MB data rate

BugLink: https://bugs.launchpad.net/bugs/1865147

Backported from commit 901aee33e186 ("Add constants to allow 22MB and 33MB data
rate") from https://github.com/tomaspinho/rtl8821ce.git .

Signed-off-by: You-Sheng Yang <email address hidden>
(cherry picked from commit 8f3f6a52c89b8e58efe3e85a654cd798a52986e8)
Signed-off-by: You-Sheng Yang <email address hidden>

ec3a951... by You-Sheng Yang

rtl8821ce: fix build against kernel >= 5.8

BugLink: https://bugs.launchpad.net/bugs/1884648

Signed-off-by: You-Sheng Yang <email address hidden>
(cherry picked from commit f36fc64d8c90b73dac7012122a3d1e32ee2a40bc)
Signed-off-by: You-Sheng Yang <email address hidden>

f0192f7... by You-Sheng Yang

rtl8821ce: fix build against kernel >= 5.6

BugLink: https://bugs.launchpad.net/bugs/1884648

Cherry-picked from commit ff74b75511c5 ("convert file_operations structs to
proc_ops structs for compatibility with linux 5.6") from
https://github.com/tomaspinho/rtl8821ce .

Signed-off-by: You-Sheng Yang <email address hidden>
(cherry picked from commit 1595d3eee2835b912c6a657094ef337fc992439d)
Signed-off-by: You-Sheng Yang <email address hidden>

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