From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Michal Kazior <michal.kazior@tieto.com>
Cc: <ath10k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v5 2/7] ath10k: implement chanctx API
Date: Mon, 30 Mar 2015 19:21:10 +0300 [thread overview]
Message-ID: <87iodi318p.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1427200993-7550-3-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Tue, 24 Mar 2015 12:43:08 +0000")
Michal Kazior <michal.kazior@tieto.com> writes:
> The chanctx API will allow ath10k to support
> multi-channel operation.
>
> Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
kbuild reports:
sparse warnings: (new ones prefixed by >>)
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
--
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
>> drivers/net/wireless/ath/ath10k/mac.h:72:57: sparse: incorrect type in initializer (different address spaces)
drivers/net/wireless/ath/ath10k/mac.h:72:57: expected struct ieee80211_chanctx_conf *conf
drivers/net/wireless/ath/ath10k/mac.h:72:57: got struct ieee80211_chanctx_conf [noderef] <asn:4>*chanctx_conf
--
Kalle Valo
next prev parent reply other threads:[~2015-03-30 16:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-24 12:43 [PATCH v5 0/7] ath10k: add multi-channel support Michal Kazior
2015-03-24 12:43 ` [PATCH v5 1/7] ath10k: allow empty ssid vdev config Michal Kazior
2015-03-24 12:43 ` [PATCH v5 2/7] ath10k: implement chanctx API Michal Kazior
2015-03-30 13:10 ` Kalle Valo
2015-03-30 16:21 ` Kalle Valo [this message]
2015-03-31 10:37 ` Michal Kazior
2015-03-24 12:43 ` [PATCH v5 3/7] ath10k: implement adaptive qcs command Michal Kazior
2015-03-24 12:43 ` [PATCH v5 4/7] ath10k: rework tx queue locking Michal Kazior
2015-03-24 12:43 ` [PATCH v5 5/7] ath10k: implement tx pause wmi event Michal Kazior
2015-03-24 12:43 ` [PATCH v5 6/7] ath10k: enable multi-channel on supported devices Michal Kazior
2015-03-24 12:43 ` [PATCH v5 7/7] ath10k: allocate fw resources for iface combinations Michal Kazior
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=87iodi318p.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=michal.kazior@tieto.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).