The qtnfmac driver now uses the .ndo_get_port_parent_id ndo callback which was added in kernel 5.1. Instead of backporting this part just make the driver depend on a kernel version which supports this callback. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dependencies b/dependencies index 02d46ca3..47558470 100644 --- a/dependencies +++ b/dependencies @@ -24,8 +24,9 @@ AIRO_CS 3.9 # pci_error_handlers->reset_notify is missing MWIFIEX_PCIE 3.16 -# needs pcie_get_mps() -QTNFMAC_PCIE 3.13 +# needs .ndo_get_port_parent_id +QTNFMAC 5.1 +QTNFMAC_PCIE 5.1 # needs pm_system_wakeup() which can't reall be # backported properly -- 2.20.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in