Am 25.12.23 um 06:22 schrieb Ping-Ke Shih:
On Fri, Dec 22, 2023 at 6:16 PM Martin Kaistra
<martin.kaistra@xxxxxxxxxxxxx> wrote:
Check first whether priv->vifs[0] exists and is of type STATION, then go
to priv->vifs[1]. Make sure to call refresh_rate_mask for both
interfaces.
Signed-off-by: Martin Kaistra <martin.kaistra@xxxxxxxxxxxxx>
Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>
Logically, this patch is fine to me, but I would like to know if you have
tested two STATION interfaces connect two different AP? Especially, one AP
is 802.11g mode and the other is 802.11n mode, so we can clearly know this
patch is expected.
Yes, I did try to connect the two interfaces to two different AP (on the same
channel) at the same time, and it seems to behave fine.