1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/kernel/broadcom-wl
Adrian Schmutzler 23d3fafd87 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>
2020-04-12 12:41:12 +02:00
..
files merge: ssid: update default ssid 2017-12-08 19:41:18 +01:00
patches broadcom-wl: fix compilation with kernel 5.4 2020-04-12 12:41:12 +02:00
src treewide: replace jow@openwrt.org with jo@mein.io 2016-06-07 11:42:52 +02:00
Makefile kernel: replace SUBDIRS with M in package recipes 2020-02-22 16:38:41 +01:00