wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0]
authorMartin Kaistra <martin.kaistra@linutronix.de>
Fri, 22 Dec 2023 10:14:25 +0000 (11:14 +0100)
committerKalle Valo <kvalo@kernel.org>
Wed, 10 Jan 2024 14:52:55 +0000 (16:52 +0200)
commita047e46a7b98de384a158b25a05dc09aa7d70c5f
tree2d899328b0585ef4bdf2cee411ea17d22ee39af5
parent7f444692cde83c1455682c2d0d2c9a666422b867
wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0]

The driver currently does not support AP or concurrent mode for 8188e,
so just use priv->vifs[0] instead of priv->vif for now.

Signed-off-by: Martin Kaistra <martin.kaistra@linutronix.de>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231222101442.626837-5-martin.kaistra@linutronix.de
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c