Re: [PATCH net-next] net: ipa: Drop the monitor_rx endpoint_id ABI entry
From: Simon Horman <horms@kernel.org> Date: 2026-09-08 12:49:55
On Sat, Sep 05, 2026 at 11:27:19AM +0200, Karl Mehltretter wrote:
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>