Re: [PATCH 1/2] brcmfmac: remove unreachable poll mode for sdio

From: Arend Van Spriel
Date: Tue Jul 08 2025 - 12:33:34 EST


On June 21, 2025 1:29:17 PM Rouven Czerwinski <rouven@xxxxxxxxxxxxxx> wrote:

The sdio interface implements an unreachable poll mode. Remove it since
the code can't be reached, if the poll mode needs to be implemented it
can simply be resurrected using the usual git means.

Thanks, Rouven

This functionality has been/can be useful so instead of ripping it out I would prefer to have a proper knob for it in debugfs.

Regards,
Arend

Signed-off-by: Rouven Czerwinski <rouven@xxxxxxxxxxxxxx>
---
.../broadcom/brcm80211/brcmfmac/sdio.c | 48 +------------------
1 file changed, 2 insertions(+), 46 deletions(-)