lwfinger / rtl8723ds

Linux driver for RTL8723DS.
GNU General Public License v2.0
50 stars 45 forks source link

Linux 5.8 fix #8

Closed HonJEK closed 4 years ago

HonJEK commented 4 years ago

@lwfinger Hi, Please add the following changes which I have from your different Realtek repositories. The commits are named the same with the same information. Thanks a lot

lwfinger commented 4 years ago

Why did you disable CONFIG_USE_USB_BUFFER_ALLOC_TX and CONFIG_USE_USB_BUFFER_ALLOC_RX? Having these buffers preallocated will save a lot of time during execution, and prevent memory fragmentation.

HonJEK commented 4 years ago

Because of your commit in the rtl8723bu repository https://github.com/lwfinger/rtl8723bu/commit/c9b3d8a4b131afc43a1d1860bdc31ae0f6782a53

If this is wrong I can drop it and will create a new Pull request.