summaryrefslogtreecommitdiffstats
path: root/patches/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Revert "patches: drivers: net: ath EEPROM reg domain"Alexandru Avadanii2021-01-172-54/+0
| | | | | | | | | | | The backported patch: - does not actually resolve the initial issue (testing was false-positive); - is not actually needed as the firmware image we carry in NFVA already contains the fix; - might cause issues with other chipsets; This reverts commit 24fb81762ed1aeee57064deaeedee03f5d57da06. Change-Id: I9c438d871d2aaa8c109aebe310b109eb95224baa
* patches: drivers: net: ath EEPROM reg domainAlexandru Avadanii2021-01-152-0/+54
| | | | | | | | | | | QCA6174 EEPROM might contain broken regulatory domain information, which leads to `iw reg set <country code>` not being honoured. Instead, when trying to create a wireless access point, the world (0x00) regulatory domain is used, not allowing any emissions in 5GHz bands, hence breaking 802.11a support. Change-Id: I1c65ee6b3f077116d73e777dad1ff5a3aff52a6d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* patches: drivers: mailbox: Backport ACPI PCCT fixAlexandru Avadanii2020-11-092-0/+241
| | | | | | | | | | Fix the following kernel error during boot-up (backport): [ 0.068293] Error parsing PCC subspaces from PCCT [1] https://github.com/torvalds/linux/commit/8f8027c5 Change-Id: I2e169067ba4e1a3dcdfc9e7e32612465ed00f421 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* Mark Atheros QCA6174 to avoid bus reset.Dragos Ciprian Nedelcu2020-09-182-0/+26
Change-Id: Id52863bf53947fd0bafb36892e299086bf0bd134 Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>