Michal Kazior <[email protected]> writes:

> Some firmware revisions (e.g. qca6174 with fw73)
> don't deliver beacons to host reliably. This
> causes random disconnects even in perfect
> conditions. This is most visible with
> multi-channel operation.
>
> All available firmware revisions seem to support
> beacon miss offloading so there shouldn't be any
> problems.
>
> Signed-off-by: Michal Kazior <[email protected]>

[...]

> @@ -2139,6 +2208,8 @@ static void ath10k_bss_disassoc(struct ieee80211_hw *hw,
>       spin_lock_bh(&arvif->ar->data_lock);
>       arvif->is_up = false;
>       spin_unlock_bh(&arvif->ar->data_lock);
> +
> +     cancel_delayed_work_sync(&arvif->connection_loss_work);
>  }

There was a simple conflict here, please check the pending branch for my
resolution.

-- 
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to