All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Ashok Raj Nagarajan <arnagara@qti.qualcomm.com>
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
	ath10k@lists.infradead.org, johannes@sipsolutions.net,
	arnagara@codeaurora.org,
	Ashok Raj Nagarajan <arnagara@qti.qualcomm.com>
Subject: Re: [PATCH 2/2] mac80211: store tx power value from user to station
Date: Wed, 15 Jun 2016 02:48:32 +0800	[thread overview]
Message-ID: <201606150209.vv1R4ZUm%fengguang.wu@intel.com> (raw)
In-Reply-To: <1465926277-6509-1-git-send-email-arnagara@qti.qualcomm.com>

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

Hi,

[auto build test WARNING on mac80211/master]
[also build test WARNING on v4.7-rc3]
[cannot apply to mac80211-next/master next-20160614]
[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/Ashok-Raj-Nagarajan/cfg80211-Add-support-to-set-tx-power-for-a-station-associated/20160615-014826
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'

vim +/sta_set_txpwr +3640 include/net/mac80211.h

a7a6bdd0 Arik Nemtsov  2014-11-09  3624  
a7a6bdd0 Arik Nemtsov  2014-11-09  3625  	int (*tdls_channel_switch)(struct ieee80211_hw *hw,
a7a6bdd0 Arik Nemtsov  2014-11-09  3626  				   struct ieee80211_vif *vif,
a7a6bdd0 Arik Nemtsov  2014-11-09  3627  				   struct ieee80211_sta *sta, u8 oper_class,
a7a6bdd0 Arik Nemtsov  2014-11-09  3628  				   struct cfg80211_chan_def *chandef,
8a4d32f3 Arik Nemtsov  2014-11-09  3629  				   struct sk_buff *tmpl_skb, u32 ch_sw_tm_ie);
a7a6bdd0 Arik Nemtsov  2014-11-09  3630  	void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
a7a6bdd0 Arik Nemtsov  2014-11-09  3631  					   struct ieee80211_vif *vif,
a7a6bdd0 Arik Nemtsov  2014-11-09  3632  					   struct ieee80211_sta *sta);
8a4d32f3 Arik Nemtsov  2014-11-09  3633  	void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
8a4d32f3 Arik Nemtsov  2014-11-09  3634  					 struct ieee80211_vif *vif,
8a4d32f3 Arik Nemtsov  2014-11-09  3635  					 struct ieee80211_tdls_ch_sw_params *params);
ba8c3d6f Felix Fietkau 2015-03-27  3636  
ba8c3d6f Felix Fietkau 2015-03-27  3637  	void (*wake_tx_queue)(struct ieee80211_hw *hw,
ba8c3d6f Felix Fietkau 2015-03-27  3638  			      struct ieee80211_txq *txq);
f59374eb Sara Sharon   2016-03-02  3639  	void (*sync_rx_queues)(struct ieee80211_hw *hw);
f0706e82 Jiri Benc     2007-05-05 @3640  };
f0706e82 Jiri Benc     2007-05-05  3641  
75a5f0cc Johannes Berg 2007-09-18  3642  /**
ad28757e Ben Greear    2014-10-22  3643   * ieee80211_alloc_hw_nm - Allocate a new hardware device
ad28757e Ben Greear    2014-10-22  3644   *
ad28757e Ben Greear    2014-10-22  3645   * This must be called once for each hardware device. The returned pointer
ad28757e Ben Greear    2014-10-22  3646   * must be used to refer to this device when calling other functions.
ad28757e Ben Greear    2014-10-22  3647   * mac80211 allocates a private data area for the driver pointed to by
ad28757e Ben Greear    2014-10-22  3648   * @priv in &struct ieee80211_hw, the size of this area is given as

:::::: The code at line 3640 was first introduced by commit
:::::: f0706e828e96d0fa4e80c0d25aa98523f6d589a0 [MAC80211]: Add mac80211 wireless stack.

:::::: TO: Jiri Benc <jbenc@suse.cz>
:::::: CC: David S. Miller <davem@davemloft.net>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6343 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Ashok Raj Nagarajan <arnagara@qti.qualcomm.com>
Cc: arnagara@codeaurora.org, linux-wireless@vger.kernel.org,
	ath10k@lists.infradead.org, kbuild-all@01.org,
	johannes@sipsolutions.net
Subject: Re: [PATCH 2/2] mac80211: store tx power value from user to station
Date: Wed, 15 Jun 2016 02:48:32 +0800	[thread overview]
Message-ID: <201606150209.vv1R4ZUm%fengguang.wu@intel.com> (raw)
In-Reply-To: <1465926277-6509-1-git-send-email-arnagara@qti.qualcomm.com>

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

Hi,

[auto build test WARNING on mac80211/master]
[also build test WARNING on v4.7-rc3]
[cannot apply to mac80211-next/master next-20160614]
[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/Ashok-Raj-Nagarajan/cfg80211-Add-support-to-set-tx-power-for-a-station-associated/20160615-014826
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'
>> include/net/mac80211.h:3640: warning: No description found for parameter 'sta_set_txpwr'

vim +/sta_set_txpwr +3640 include/net/mac80211.h

a7a6bdd0 Arik Nemtsov  2014-11-09  3624  
a7a6bdd0 Arik Nemtsov  2014-11-09  3625  	int (*tdls_channel_switch)(struct ieee80211_hw *hw,
a7a6bdd0 Arik Nemtsov  2014-11-09  3626  				   struct ieee80211_vif *vif,
a7a6bdd0 Arik Nemtsov  2014-11-09  3627  				   struct ieee80211_sta *sta, u8 oper_class,
a7a6bdd0 Arik Nemtsov  2014-11-09  3628  				   struct cfg80211_chan_def *chandef,
8a4d32f3 Arik Nemtsov  2014-11-09  3629  				   struct sk_buff *tmpl_skb, u32 ch_sw_tm_ie);
a7a6bdd0 Arik Nemtsov  2014-11-09  3630  	void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
a7a6bdd0 Arik Nemtsov  2014-11-09  3631  					   struct ieee80211_vif *vif,
a7a6bdd0 Arik Nemtsov  2014-11-09  3632  					   struct ieee80211_sta *sta);
8a4d32f3 Arik Nemtsov  2014-11-09  3633  	void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
8a4d32f3 Arik Nemtsov  2014-11-09  3634  					 struct ieee80211_vif *vif,
8a4d32f3 Arik Nemtsov  2014-11-09  3635  					 struct ieee80211_tdls_ch_sw_params *params);
ba8c3d6f Felix Fietkau 2015-03-27  3636  
ba8c3d6f Felix Fietkau 2015-03-27  3637  	void (*wake_tx_queue)(struct ieee80211_hw *hw,
ba8c3d6f Felix Fietkau 2015-03-27  3638  			      struct ieee80211_txq *txq);
f59374eb Sara Sharon   2016-03-02  3639  	void (*sync_rx_queues)(struct ieee80211_hw *hw);
f0706e82 Jiri Benc     2007-05-05 @3640  };
f0706e82 Jiri Benc     2007-05-05  3641  
75a5f0cc Johannes Berg 2007-09-18  3642  /**
ad28757e Ben Greear    2014-10-22  3643   * ieee80211_alloc_hw_nm - Allocate a new hardware device
ad28757e Ben Greear    2014-10-22  3644   *
ad28757e Ben Greear    2014-10-22  3645   * This must be called once for each hardware device. The returned pointer
ad28757e Ben Greear    2014-10-22  3646   * must be used to refer to this device when calling other functions.
ad28757e Ben Greear    2014-10-22  3647   * mac80211 allocates a private data area for the driver pointed to by
ad28757e Ben Greear    2014-10-22  3648   * @priv in &struct ieee80211_hw, the size of this area is given as

:::::: The code at line 3640 was first introduced by commit
:::::: f0706e828e96d0fa4e80c0d25aa98523f6d589a0 [MAC80211]: Add mac80211 wireless stack.

:::::: TO: Jiri Benc <jbenc@suse.cz>
:::::: CC: David S. Miller <davem@davemloft.net>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6343 bytes --]

[-- Attachment #3: Type: text/plain, Size: 146 bytes --]

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

  reply	other threads:[~2016-06-14 18:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14 17:44 [PATCH 2/2] mac80211: store tx power value from user to station Ashok Raj Nagarajan
2016-06-14 17:44 ` Ashok Raj Nagarajan
2016-06-14 18:48 ` kbuild test robot [this message]
2016-06-14 18:48   ` kbuild test robot

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=201606150209.vv1R4ZUm%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=arnagara@codeaurora.org \
    --cc=arnagara@qti.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=johannes@sipsolutions.net \
    --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 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.