RE: [PATCH] rtlwifi: rtl8192d: remove dead SMPS rate mask code

From: Ping-Ke Shih

Date: Sat Jul 11 2026 - 23:59:02 EST


Chelsy Ratnawat <chelsyratnawat2001@xxxxxxxxx> wrote:
> mimo_ps is initialized to IEEE80211_SMPS_OFF and never modified in
> rtl92d_update_hal_rate_table(). Therefore, the IEEE80211_SMPS_STATIC
> case is unreachable.
> Remove the unused mimo_ps variable and the dead branch.
>
> Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@xxxxxxxxx>

Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>

I'd use "wifi: rtlwifi: ..." as prefix while merging this patch.