broadcom-sta dkms won't build on 5.1.x kernels (get_ds() -> KERNEL_DS)
Bug #1835198 reported by
Piotr Henryk Dabrowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
broadcom-sta (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
broadcom-sta dkms won't build on 5.1.x kernels
The problem is in use of kernel's get_ds() macro which was removed upstream:
#define get_ds() (KERNEL_DS)
Instead KERNEL_DS should be used directly.
See this patch:
https:/
To post a comment you must log in.