From: kernel test robot <lkp@intel.com>
To: Roopni Devanathan <quic_rdevanat@quicinc.com>,
ath12k@lists.infradead.org
Cc: oe-kbuild-all@lists.linux.dev, linux-wireless@vger.kernel.org,
Roopni Devanathan <quic_rdevanat@quicinc.com>
Subject: Re: [PATCH v2 3/5] wifi: mac80211: Set RTS threshold on per-radio basis
Date: Sat, 25 Jan 2025 19:49:59 +0800 [thread overview]
Message-ID: <202501251909.8i7nEm4H-lkp@intel.com> (raw)
In-Reply-To: <20250124171756.3418663-4-quic_rdevanat@quicinc.com>
Hi Roopni,
kernel test robot noticed the following build warnings:
[auto build test WARNING on e7ef944b3e2c31b608800925e784f67596375770]
url: https://github.com/intel-lab-lkp/linux/commits/Roopni-Devanathan/wifi-cfg80211-Add-Support-to-Set-RTS-Threshold-for-each-Radio/20250125-012016
base: e7ef944b3e2c31b608800925e784f67596375770
patch link: https://lore.kernel.org/r/20250124171756.3418663-4-quic_rdevanat%40quicinc.com
patch subject: [PATCH v2 3/5] wifi: mac80211: Set RTS threshold on per-radio basis
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250125/202501251909.8i7nEm4H-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250125/202501251909.8i7nEm4H-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202501251909.8i7nEm4H-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/net/wireless/rsi/rsi_91x_mac80211.c:1211: warning: Function parameter or struct member 'radio_id' not described in 'rsi_mac80211_set_rts_threshold'
vim +1211 drivers/net/wireless/rsi/rsi_91x_mac80211.c
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1200
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1201 /**
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1202 * rsi_mac80211_set_rts_threshold() - This function sets rts threshold value.
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1203 * @hw: Pointer to the ieee80211_hw structure.
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1204 * @value: Rts threshold value.
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1205 *
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1206 * Return: 0 on success.
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1207 */
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1208 static int rsi_mac80211_set_rts_threshold(struct ieee80211_hw *hw,
607be4e860ab07 Roopni Devanathan 2025-01-24 1209 u8 radio_id,
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1210 u32 value)
dad0d04fa7ba41 Fariya Fatima 2014-03-16 @1211 {
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1212 struct rsi_hw *adapter = hw->priv;
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1213 struct rsi_common *common = adapter->priv;
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1214
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1215 mutex_lock(&common->mutex);
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1216 common->rts_threshold = value;
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1217 mutex_unlock(&common->mutex);
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1218
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1219 return 0;
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1220 }
dad0d04fa7ba41 Fariya Fatima 2014-03-16 1221
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-01-25 11:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-24 17:17 [PATCH v2 0/5] wifi: cfg80211/mac80211: Set/get wiphy parameters on per-radio basis Roopni Devanathan
2025-01-24 17:17 ` [PATCH v2 1/5] wifi: cfg80211: Add Support to Set RTS Threshold for each Radio Roopni Devanathan
2025-01-25 15:40 ` kernel test robot
2025-01-24 17:17 ` [PATCH v2 2/5] wifi: cfg80211: Report per-radio RTS threshold to userspace Roopni Devanathan
2025-01-24 17:17 ` [PATCH v2 3/5] wifi: mac80211: Set RTS threshold on per-radio basis Roopni Devanathan
2025-01-25 11:49 ` kernel test robot [this message]
2025-01-24 17:17 ` [PATCH v2 4/5] wifi: cfg80211: set tx power per radio in a wiphy Roopni Devanathan
2025-01-24 17:17 ` [PATCH v2 5/5] wifi: mac80211: " Roopni Devanathan
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=202501251909.8i7nEm4H-lkp@intel.com \
--to=lkp@intel.com \
--cc=ath12k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=quic_rdevanat@quicinc.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.