Skip to content

Commit 501e54b

Browse files
georgemoussalemrobimarko
authored andcommitted
qualcommax: ipq50xx: fix reo2host-status interrupt vector
Interrupt vector for reo2host-status is wrongly assigned. Status interrupts weren't received and a workaround was applied to mac80211 to periodically poll the reo status ring. Therefore, the workaround can be removed with the proper hardware interrupt line assigned. Signed-off-by: George Moussalem <[email protected]> Link: openwrt/openwrt#21271 Signed-off-by: Robert Marko <[email protected]>
1 parent bce8432 commit 501e54b

File tree

2 files changed

+2
-166
lines changed

2 files changed

+2
-166
lines changed

package/kernel/mac80211/patches/ath11k/932-wifi-ath11k-poll-reo-status-ipq5018.patch

Lines changed: 0 additions & 164 deletions
This file was deleted.

target/linux/qualcommax/patches-6.12/0816-arm64-dts-qcom-ipq5018-add-wifi-support.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Signed-off-by: George Moussalem <[email protected]>
4545
+ <GIC_SPI 309 IRQ_TYPE_EDGE_RISING>,
4646
+ <GIC_SPI 310 IRQ_TYPE_EDGE_RISING>,
4747
+ <GIC_SPI 311 IRQ_TYPE_EDGE_RISING>,
48-
+ <GIC_SPI 312 IRQ_TYPE_EDGE_RISING>,
48+
+ <GIC_SPI 334 IRQ_TYPE_EDGE_RISING>,
4949
+ <GIC_SPI 313 IRQ_TYPE_EDGE_RISING>,
5050
+ <GIC_SPI 314 IRQ_TYPE_EDGE_RISING>,
5151
+ <GIC_SPI 315 IRQ_TYPE_EDGE_RISING>,
@@ -67,7 +67,7 @@ Signed-off-by: George Moussalem <[email protected]>
6767
+ <GIC_SPI 331 IRQ_TYPE_EDGE_RISING>,
6868
+ <GIC_SPI 332 IRQ_TYPE_EDGE_RISING>,
6969
+ <GIC_SPI 333 IRQ_TYPE_EDGE_RISING>,
70-
+ <GIC_SPI 334 IRQ_TYPE_EDGE_RISING>,
70+
+ <GIC_SPI 312 IRQ_TYPE_EDGE_RISING>,
7171
+ <GIC_SPI 335 IRQ_TYPE_EDGE_RISING>,
7272
+ <GIC_SPI 336 IRQ_TYPE_EDGE_RISING>,
7373
+ <GIC_SPI 337 IRQ_TYPE_EDGE_RISING>,

0 commit comments

Comments
 (0)