lwfinger / rtl8723bu

Driver for RTL8723BU
283 stars 143 forks source link

os_dep/ioctl_cfg80211.c: fix build failure with Linux version < 2.6.38 #195

Closed giuliobenetti closed 1 year ago

giuliobenetti commented 1 year ago

While fixing for Linux 6.1 commit 5b7ddfe0eab3a29847a8eb5e9563ef6059d744a5 introduced a bug that appears while building for Linux version 2.6.38. It is very unlikely that someone will use this driver with so old version, but let's fix it anyway.

Signed-off-by: Giulio Benetti giulio.benetti@benettiengineering.com

lwfinger commented 1 year ago

You are right is saying that it is unlikely to use kernels as old as 2.6.38, but there may be some special applications that have not been updated. Thanks.