diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-26 20:51:11 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-26 21:08:15 +0100 |
commit | ac230bdea7dae89c0e02e786752369792058507a (patch) | |
tree | b3f95d1492c967d3da28cde6aee205cffbeb3a1b | |
parent | 529ef45bf36dbfea2d7e0228dff27b1d26f9f406 (diff) |
backports: Rename QTNFMAC_PEARL_PCIE to QTNFMAC_PCIE
The name of this configuration option was changed in Linux commit
b7da53cd6cd1 ("qtnfmac_pcie: use single PCIe driver for all platforms").
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | backport/defconfigs/wifi | 2 | ||||
-rw-r--r-- | dependencies | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backport/defconfigs/wifi b/backport/defconfigs/wifi index e4c140a9..4f6929dd 100644 --- a/backport/defconfigs/wifi +++ b/backport/defconfigs/wifi @@ -82,7 +82,7 @@ CPTCFG_PCMCIA_HERMES=m CPTCFG_PCMCIA_SPECTRUM=m CPTCFG_PLX_HERMES=m CPTCFG_RSI_91X=m -CPTCFG_QTNFMAC_PEARL_PCIE=m +CPTCFG_QTNFMAC_PCIE=m CPTCFG_R8188EU=m CPTCFG_R8822BE=m CPTCFG_RT2400PCI=m diff --git a/dependencies b/dependencies index f22b6412..7361e60d 100644 --- a/dependencies +++ b/dependencies @@ -25,7 +25,7 @@ AIRO_CS 3.9 MWIFIEX_PCIE 3.16 # needs pcie_get_mps() -QTNFMAC_PEARL_PCIE 3.13 +QTNFMAC_PCIE 3.13 # needs pm_system_wakeup() which can't reall be # backported properly |