All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yin, Fengwei" <fengwei.yin@linaro.org>
To: andy.green@linaro.org, linux-wireless@vger.kernel.org,
	wcn36xx@lists.infradead.org, me@bobcopeland.com,
	k.eugene.e@gmail.com, bjorn.andersson@sonymobile.com
Cc: fengwei.yin@linaro.org
Subject: [PATCH v2 1/5] wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
Date: Tue, 10 Nov 2015 03:25:51 -0500	[thread overview]
Message-ID: <1447143955-10304-2-git-send-email-fengwei.yin@linaro.org> (raw)
In-Reply-To: <1447143955-10304-1-git-send-email-fengwei.yin@linaro.org>

From: Andy Green <andy.green@linaro.org>

WCN3620 firmware introduces a new async indication, we need to
add it as a known message type so we can accept it

Signed-off-by: Andy Green <andy.green@linaro.org>
---
 drivers/net/wireless/ath/wcn36xx/hal.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
index a1f1127..b947de0 100644
--- a/drivers/net/wireless/ath/wcn36xx/hal.h
+++ b/drivers/net/wireless/ath/wcn36xx/hal.h
@@ -345,6 +345,8 @@ enum wcn36xx_hal_host_msg_type {
 	WCN36XX_HAL_DHCP_START_IND = 189,
 	WCN36XX_HAL_DHCP_STOP_IND = 190,
 
+	WCN36XX_HAL_AVOID_FREQ_RANGE_IND = 233,
+
 	WCN36XX_HAL_MSG_MAX = WCN36XX_HAL_MSG_TYPE_MAX_ENUM_SIZE
 };
 
-- 
2.1.4


  reply	other threads:[~2015-11-10  7:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10  8:25 [PATCH v2 0/5] wcn36xx: add some new firmware functionalities support Yin, Fengwei
2015-11-10  8:25 ` Yin, Fengwei [this message]
2015-11-30 12:44   ` [v2,1/5] wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND Kalle Valo
2015-11-10  8:25 ` [PATCH v2 2/5] wcn36xx: swallow two wcn3620 IND messages Yin, Fengwei
2015-11-10  8:25 ` [PATCH v2 3/5] wcn36xx: handle new hal response format Yin, Fengwei
2015-11-10  8:25 ` [PATCH v2 4/5] wcn3620: use new response format for wcn3620 trigger_ba Yin, Fengwei
2015-11-30 12:46   ` Kalle Valo
2015-11-10  8:25 ` [PATCH v2 5/5] wcn3620: use new response format for wcn3620 remove_bsskey Yin, Fengwei
2015-11-20  2:12 ` [PATCH v2 0/5] wcn36xx: add some new firmware functionalities support fengwei.yin
2015-11-22 20:03   ` Eugene Krasnikov
2015-11-23  6:54     ` yfw
2015-11-26  0:04     ` fengwei.yin
2015-11-30 11:02       ` Kalle Valo
2015-11-30 11:35         ` fengwei.yin

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=1447143955-10304-2-git-send-email-fengwei.yin@linaro.org \
    --to=fengwei.yin@linaro.org \
    --cc=andy.green@linaro.org \
    --cc=bjorn.andersson@sonymobile.com \
    --cc=k.eugene.e@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=me@bobcopeland.com \
    --cc=wcn36xx@lists.infradead.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.