tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

Breaking changes in the DMA API in 5.18 #269

Closed ervinpopescu closed 2 years ago

ervinpopescu commented 2 years ago

Relevant links and the summary of the errors

So far, I've managed to get rid of the errors regarding this by manually going in and changing the errors one by one, but there are these seemingly unrelated errors:

[...]multiple definition of `is_multicast_mac_addr'[...]

[...]multiple definition of `is_broadcast_mac_addr'[...]

[...]multiple definition of `is_zero_mac_addr'[...]

The complete log:

https://pastebin.com/xDK0yc8A

tomaspinho commented 2 years ago

Thanks for reporting this. A fix for the DMA changes is here: https://github.com/tomaspinho/rtl8821ce/pull/275

ervinpopescu commented 2 years ago

Thanks for reporting this. A fix for the DMA changes is here: #275

Still not compiling... It's more or less the same issue as before.

Log