[PATCH net-next] net: ipa: Drop the monitor_rx endpoint_id ABI entry
From: Karl Mehltretter <hidden>
Date: 2026-09-05 09:27:45
Subsystem:
the rest · Maintainer:
Linus Torvalds
The ABI file documents .../endpoint_id/monitor_rx, but
drivers/net/ipa/ipa_sysfs.c has only ever created modem_rx and modem_tx
in the endpoint_id group. No monitor endpoint attribute exists.
Drop the entry.
Fixes: d79e4164d0d5 ("net: ipa: add an endpoint device attribute group")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <redacted>
---
.../ABI/testing/sysfs-devices-platform-soc-ipa | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa b/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa
index 364b1ba41242..3b3bae2369d4 100644
--- a/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa
+++ b/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa@@ -75,20 +75,6 @@ Description: the ID of the AP endpoint on which packets destined for the embedded modem are sent. -What: .../XXXXXXX.ipa/endpoint_id/monitor_rx -Date: July 2022 -KernelVersion: v5.19 -Contact: Alex Elder <elder@kernel.org> -Description: - The .../XXXXXXX.ipa/endpoint_id/monitor_rx file contains - the ID of the AP endpoint on which IPA "monitor" data is - received. The monitor endpoint supplies replicas of - packets that enter the IPA hardware for processing. - Each replicated packet is preceded by a fixed-size "ODL" - header (see .../XXXXXXX.ipa/feature/monitor, above). - Large packets are truncated, to reduce the bandwidth - required to provide the monitor function. - What: .../XXXXXXX.ipa/modem/ Date: June 2021 KernelVersion: v5.14
--
2.53.0