All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: <greearb@candelatech.com>
Cc: <ath10k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 1/8] ath10k: scan should handle scan-start-failed event properly.
Date: Wed, 4 Feb 2015 10:37:13 +0200	[thread overview]
Message-ID: <878ugeul6u.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1421087564-10384-1-git-send-email-greearb@candelatech.com> (greearb@candelatech.com's message of "Mon, 12 Jan 2015 10:32:37 -0800")

greearb@candelatech.com writes:

> From: Ben Greear <greearb@candelatech.com>
>
> In case firmware fails to start the scan, then complete
> the start condition and clean up so that driver does not
> block on timeout.
>
> Signed-off-by: Ben Greear <greearb@candelatech.com>

These patches are now in the pending branch.

86f50c71b224 ath10k: scan should handle scan-start-failed event properly
c6dde373a4bb ath10k: fix spelling mistakes and add details to mac logging
198c0184d94c ath10k: fix spelling in htt code comment
227822d52d26 ath10k: fix CE_DESC_FLAGS_META_DATA_LSB definition

I dropped the rest as I really would like to avoid maintaining yet
another firmware branch.

-- 
Kalle Valo

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: greearb@candelatech.com
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Subject: Re: [PATCH 1/8] ath10k: scan should handle scan-start-failed event properly.
Date: Wed, 4 Feb 2015 10:37:13 +0200	[thread overview]
Message-ID: <878ugeul6u.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1421087564-10384-1-git-send-email-greearb@candelatech.com> (greearb@candelatech.com's message of "Mon, 12 Jan 2015 10:32:37 -0800")

greearb@candelatech.com writes:

> From: Ben Greear <greearb@candelatech.com>
>
> In case firmware fails to start the scan, then complete
> the start condition and clean up so that driver does not
> block on timeout.
>
> Signed-off-by: Ben Greear <greearb@candelatech.com>

These patches are now in the pending branch.

86f50c71b224 ath10k: scan should handle scan-start-failed event properly
c6dde373a4bb ath10k: fix spelling mistakes and add details to mac logging
198c0184d94c ath10k: fix spelling in htt code comment
227822d52d26 ath10k: fix CE_DESC_FLAGS_META_DATA_LSB definition

I dropped the rest as I really would like to avoid maintaining yet
another firmware branch.

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  parent reply	other threads:[~2015-02-04  8:37 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 18:32 [PATCH 1/8] ath10k: scan should handle scan-start-failed event properly greearb
2015-01-12 18:32 ` greearb
2015-01-12 18:32 ` [PATCH 2/8] ath10k: add wmi-id to htc credits debugging greearb
2015-01-12 18:32   ` greearb
2015-01-12 18:32 ` [PATCH 3/8] ath10k: fix spelling mistakes and add details to mac logging greearb
2015-01-12 18:32   ` greearb
2015-02-04  8:33   ` Kalle Valo
2015-02-04  8:33     ` Kalle Valo
2015-01-12 18:32 ` [PATCH 4/8] ath10k: make dbglog debug messages be 'warn' level greearb
2015-01-12 18:32   ` greearb
2015-02-04  7:44   ` Kalle Valo
2015-02-04  7:44     ` Kalle Valo
2015-01-12 18:32 ` [RFC 5/8] ath10k: add firmware wmi keep-alive message greearb
2015-01-12 18:32   ` greearb
2015-01-12 18:32 ` [PATCH 6/8] ath10k: fix spelling in htt code comment greearb
2015-01-12 18:32   ` greearb
2015-01-12 18:32 ` [PATCH 7/8] ath10k: start using htt/pci/ce transfer_id properly greearb
2015-01-12 18:32   ` greearb
2015-01-12 18:32 ` [PATCH 8/8] ath10k: fix CE_DESC_FLAGS_META_DATA_LSB definition greearb
2015-01-12 18:32   ` greearb
2015-02-04  8:37 ` Kalle Valo [this message]
2015-02-04  8:37   ` [PATCH 1/8] ath10k: scan should handle scan-start-failed event properly Kalle Valo
2015-02-04 15:31   ` Ben Greear
2015-02-04 15:31     ` Ben Greear
2015-02-15 15:03   ` Kalle Valo
2015-02-15 15:03     ` Kalle Valo
2015-01-12 19:29 greearb
2015-01-12 19:29 ` greearb
2015-01-12 19:53 ` Ben Greear
2015-01-12 19:53   ` Ben Greear
2015-01-13 13:42   ` Kalle Valo
2015-01-13 13:42     ` Kalle Valo
2015-01-13 16:15     ` Ben Greear
2015-01-13 16:15       ` Ben Greear
2015-01-12 19:41 greearb
2015-01-12 19:41 ` greearb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878ugeul6u.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=greearb@candelatech.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.