Message ID | 20180923174535.16198-6-hauke@hauke-m.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | backports: misc fixes to improve support of 4.19 | expand |
On Sun, 2018-09-23 at 19:45 +0200, Hauke Mehrtens wrote: > The WIL6210 driver now uses pci_alloc_irq_vectors() which is only > available in kernel >= 4.8, only build this driver against such kernel > versions. From the description of the function, it seems like it should be pretty simple to backport? johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in
On 09/23/2018 10:12 PM, Johannes Berg wrote: > On Sun, 2018-09-23 at 19:45 +0200, Hauke Mehrtens wrote: >> The WIL6210 driver now uses pci_alloc_irq_vectors() which is only >> available in kernel >= 4.8, only build this driver against such kernel >> versions. > > From the description of the function, it seems like it should be pretty > simple to backport? > > johannes I haven't tried to backport this. If someone wants to do it I would be happy. Hauke
diff --git a/dependencies b/dependencies index 555f31fb..42ed0e2f 100644 --- a/dependencies +++ b/dependencies @@ -63,3 +63,6 @@ MT76x2E 4.1 # select_queue_fallback_t is missing RTL8723BS 3.14 R8188EU 3.14 + +# pci_alloc_irq_vectors is missing +WIL6210 4.8
The WIL6210 driver now uses pci_alloc_irq_vectors() which is only available in kernel >= 4.8, only build this driver against such kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- dependencies | 3 +++ 1 file changed, 3 insertions(+)