tomaspinho / rtl8821ce

Other
1.6k stars 409 forks source link

Try to fix memory allocation problem #211

Closed frknkrc44 closed 3 years ago

frknkrc44 commented 3 years ago

I just replaced kmalloc with kzalloc and added NOFAIL flag (because if it fails one time, it fails every time)

https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html

It probably fixes #205

frknkrc44 commented 3 years ago

I still have some problems with hidden networks, I'll check code again

frknkrc44 commented 3 years ago

I just changed commit message with force-push :smile: I could connect to hidden and public networks now, even I reloading module again. It seems working.

frknkrc44 commented 3 years ago

I'm closing due to I have another useful patch in another branch and it's outdated