[PATCH v2 2/2] ath10k: add hw connection monitor support
Michal Kazior
michal.kazior at tieto.com
Tue Mar 10 23:30:40 PDT 2015
On 10 March 2015 at 16:28, Kalle Valo <kvalo at qca.qualcomm.com> wrote:
> Michal Kazior <michal.kazior at tieto.com> 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 <michal.kazior at tieto.com>
>
> [...]
>
>> @@ -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.
Looks good, thanks!
Michał
More information about the ath10k
mailing list