From: Kalle Valo <kvalo@codeaurora.org>
To: kbuild test robot <lkp@intel.com>
Cc: Balaji Pothunoori <bpothuno@codeaurora.org>,
linux-wireless@vger.kernel.org, kbuild-all@01.org,
ath10k@lists.infradead.org
Subject: Re: [PATCH v3] ath10k: management tx ack rssi capability check
Date: Mon, 01 Oct 2018 17:40:44 +0300 [thread overview]
Message-ID: <87sh1pk9w3.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <201809111249.14EbLF2t%fengguang.wu@intel.com> (kbuild test robot's message of "Tue, 11 Sep 2018 12:05:12 +0800")
kbuild test robot <lkp@intel.com> writes:
> Hi Balaji,
>
> Thank you for the patch! Yet something to improve:
>
> [auto build test ERROR on ath6kl/ath-next]
> [cannot apply to v4.19-rc3 next-20180910]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Balaji-Pothunoori/ath10k-management-tx-ack-rssi-capability-check/20180911-105502
> base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next
> config: xtensa-allmodconfig (attached as .config)
> compiler: xtensa-linux-gcc (GCC) 8.1.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> GCC_VERSION=8.1.0 make.cross ARCH=xtensa
>
> All errors (new ones prefixed by >>):
>
> drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_register':
>>> drivers/net/wireless/ath/ath10k/mac.c:8485:11: error:
>> 'NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT' undeclared (first use in
>> this function); did you mean
>> 'NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT'?
> NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT
> drivers/net/wireless/ath/ath10k/mac.c:8485:11: note: each undeclared identifier is reported only once for each function it appears in
This is expected as this depends on a cfg80211 patch not yet in my
ath.git tree:
9c06602b1b92 cfg80211: clarify frames covered by average ACK signal report
Currently in net-next.
--
Kalle Valo
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: kbuild test robot <lkp@intel.com>
Cc: Balaji Pothunoori <bpothuno@codeaurora.org>,
linux-wireless@vger.kernel.org, kbuild-all@01.org,
ath10k@lists.infradead.org
Subject: Re: [PATCH v3] ath10k: management tx ack rssi capability check
Date: Mon, 01 Oct 2018 17:40:44 +0300 [thread overview]
Message-ID: <87sh1pk9w3.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <201809111249.14EbLF2t%fengguang.wu@intel.com> (kbuild test robot's message of "Tue, 11 Sep 2018 12:05:12 +0800")
kbuild test robot <lkp@intel.com> writes:
> Hi Balaji,
>
> Thank you for the patch! Yet something to improve:
>
> [auto build test ERROR on ath6kl/ath-next]
> [cannot apply to v4.19-rc3 next-20180910]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Balaji-Pothunoori/ath10k-management-tx-ack-rssi-capability-check/20180911-105502
> base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next
> config: xtensa-allmodconfig (attached as .config)
> compiler: xtensa-linux-gcc (GCC) 8.1.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> GCC_VERSION=8.1.0 make.cross ARCH=xtensa
>
> All errors (new ones prefixed by >>):
>
> drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_register':
>>> drivers/net/wireless/ath/ath10k/mac.c:8485:11: error:
>> 'NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT' undeclared (first use in
>> this function); did you mean
>> 'NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT'?
> NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT
> drivers/net/wireless/ath/ath10k/mac.c:8485:11: note: each undeclared identifier is reported only once for each function it appears in
This is expected as this depends on a cfg80211 patch not yet in my
ath.git tree:
9c06602b1b92 cfg80211: clarify frames covered by average ACK signal report
Currently in net-next.
--
Kalle Valo
next prev parent reply other threads:[~2018-10-01 14:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-10 6:24 [PATCH v3] ath10k: management tx ack rssi capability check Balaji Pothunoori
2018-09-10 6:24 ` Balaji Pothunoori
2018-09-11 4:05 ` kbuild test robot
2018-09-11 4:05 ` kbuild test robot
2018-10-01 14:40 ` Kalle Valo [this message]
2018-10-01 14:40 ` Kalle Valo
2018-09-11 8:01 ` kbuild test robot
2018-09-11 8:01 ` kbuild test robot
2018-10-13 17:22 ` Kalle Valo
2018-10-13 17:22 ` Kalle Valo
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=87sh1pk9w3.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=ath10k@lists.infradead.org \
--cc=bpothuno@codeaurora.org \
--cc=kbuild-all@01.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lkp@intel.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 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.