broadcom-wl: fix compilation with kernel 5.4
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 3 Apr 2020 15:16:35 +0000 (17:16 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 12 Apr 2020 10:41:12 +0000 (12:41 +0200)
commit23d3fafd87f9040a9b90873d81ab52539470649e
tree76b8c1c22edec496916fd991f890744e05a1769d
parent6c521f6828833d911c8a3dabc6849f3045bcc5ac
broadcom-wl: fix compilation with kernel 5.4

This adds two fixes for compilation with kernel 5.4:

1. dev_open from include/linux/netdevice.h needs a second parameter
   since kernel 5.0:
   00f54e68924e ("net: core: dev: Add extack argument to dev_open()")
2. get_ds() macro definition has been dropped since kernel 5.1:
   736706bee329 ("get rid of legacy 'get_ds()' function")
   Since get_ds() has been just a macro before, replace it in
   the driver instead of creating a version switch.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
package/kernel/broadcom-wl/patches/916-fix-compilation-for-5_4.patch [new file with mode: 0644]