linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Doru <gucea.doru@gmail.com>
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
	andra.paraschiv7@gmail.com, costin.raiciu@cs.pub.ro,
	dragos.niculescu@cs.pub.ro, Doru Gucea <gucea.doru@gmail.com>
Subject: Re: [PATCH 2/2] ath9k_htc: Adjust beacon timers for power save
Date: Thu, 16 Feb 2017 04:31:28 +0800	[thread overview]
Message-ID: <201702160451.nB5Ry6lB%fengguang.wu@intel.com> (raw)
In-Reply-To: <1487185303-8700-1-git-send-email-gucea.doru@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1885 bytes --]

Hi Doru,

[auto build test ERROR on mac80211-next/master]
[also build test ERROR on v4.10-rc8 next-20170215]
[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/Doru/mac80211-Update-the-driver-with-beacon-info-constantly/20170216-034614
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: i386-randconfig-s1-201707 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath9k/main.c: In function 'ath9k_bss_info_changed':
>> drivers/net/wireless/ath/ath9k/main.c:1774:3: error: implicit declaration of function 'ath9k_htc_beacon_config' [-Werror=implicit-function-declaration]
      ath9k_htc_beacon_config(priv, vif);
      ^~~~~~~~~~~~~~~~~~~~~~~
>> drivers/net/wireless/ath/ath9k/main.c:1774:27: error: 'priv' undeclared (first use in this function)
      ath9k_htc_beacon_config(priv, vif);
                              ^~~~
   drivers/net/wireless/ath/ath9k/main.c:1774:27: note: each undeclared identifier is reported only once for each function it appears in
   cc1: some warnings being treated as errors

vim +/ath9k_htc_beacon_config +1774 drivers/net/wireless/ath/ath9k/main.c

  1768	
  1769		ath9k_ps_wakeup(sc);
  1770		mutex_lock(&sc->mutex);
  1771	
  1772		/* adjust beacon timers */
  1773		if (changed && BSS_CHANGED_BEACON_INFO)
> 1774			ath9k_htc_beacon_config(priv, vif);
  1775	
  1776		if (changed & BSS_CHANGED_ASSOC) {
  1777			ath_dbg(common, CONFIG, "BSSID %pM Changed ASSOC %d\n",

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28726 bytes --]

      reply	other threads:[~2017-02-15 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 19:01 [PATCH 2/2] ath9k_htc: Adjust beacon timers for power save Doru
2017-02-15 20:31 ` kbuild test robot [this message]

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=201702160451.nB5Ry6lB%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andra.paraschiv7@gmail.com \
    --cc=costin.raiciu@cs.pub.ro \
    --cc=dragos.niculescu@cs.pub.ro \
    --cc=gucea.doru@gmail.com \
    --cc=kbuild-all@01.org \
    --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 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).