Re: [PATCH] staging: rtl8723bs: Remove ioctl interface

From: Philipp Hortmann
Date: Thu Jan 09 2025 - 15:31:58 EST


On 09.01.25 14:20, Yeking@xxxxxxxxx wrote:
From: 谢致邦 (XIE Zhibang)<Yeking@xxxxxxxxx>

Wireless drivers should not use the ioctl interface, so remove this
interface for the rtl8723bs driver. (found by code inspection)

Fixes: 8bfb36766064 ("wireless: wext: remove ndo_do_ioctl fallback")
Fixes: 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver")
Signed-off-by: 谢致邦 (XIE Zhibang)<Yeking@xxxxxxxxx>
---

Tested-by: Philipp Hortmann <philipp.g.hortmann@xxxxxxxxx>