Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11168C6FD1D for ; Tue, 21 Mar 2023 00:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229655AbjCUAcY (ORCPT ); Mon, 20 Mar 2023 20:32:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbjCUAcW (ORCPT ); Mon, 20 Mar 2023 20:32:22 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 483052E0D6 for ; Mon, 20 Mar 2023 17:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679358741; x=1710894741; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ughYfn4rC396+/ES2uTfWkC7cEbA2ZakXW6P0rlxqVA=; b=kzPugJBC2YkP6ida/iaS6CszPgEb3JudbFPCXyEP3/Zi4p8gLePIPtWw jR7KnCCGl4ZQxwCkTCdJ/v5eCr5Xlx/354aYC9UCixRd5VwhFcbMFrPiV 95bTB6ZQjIMoTubjbg+SkJhO2nXtWYWfBHcCpynfvF+yHcuXipwxfMvhM neuYEr7rk33otROeclXFCO7UZKuSObtbPFR6hDUrtO3CBUGZrpwliJ2t8 2oaa8VBiINDR63SamyAlI9zM2JO6/dizqrFcgEBJqwy1HIdEmjmOyuSPf IkEt3affUQSIIGRfjogk+m0wHlVZ5w4fCkhF4Dzjhf3iWEHguqhgmK96I w==; X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="327186899" X-IronPort-AV: E=Sophos;i="5.98,277,1673942400"; d="scan'208";a="327186899" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 17:32:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="824701152" X-IronPort-AV: E=Sophos;i="5.98,277,1673942400"; d="scan'208";a="824701152" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 20 Mar 2023 17:32:03 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pePv1-000BRA-0p; Tue, 21 Mar 2023 00:32:03 +0000 Date: Tue, 21 Mar 2023 08:31:54 +0800 From: kernel test robot To: Maharaja Kennadyrajan , ath11k@lists.infradead.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-wireless@vger.kernel.org, Venkateswara Naralasetty , Maharaja Kennadyrajan Subject: Re: [PATCH v2 4/4] wifi: ath11k: add AP power save support Message-ID: <202303210807.4SdWf5Ix-lkp@intel.com> References: <20230320164334.3325886-5-quic_mkenna@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320164334.3325886-5-quic_mkenna@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Maharaja, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on wireless-next/main] [also build test WARNING on kvalo-ath/ath-next next-20230320] [cannot apply to wireless/main linus/master v6.3-rc3] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Maharaja-Kennadyrajan/wifi-nl80211-rename-NL80211_CMD_SET_BEACON-to-NL80211_CMD_UDPATE_AP/20230321-005501 base: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main patch link: https://lore.kernel.org/r/20230320164334.3325886-5-quic_mkenna%40quicinc.com patch subject: [PATCH v2 4/4] wifi: ath11k: add AP power save support config: i386-buildonly-randconfig-r006-20230320 (https://download.01.org/0day-ci/archive/20230321/202303210807.4SdWf5Ix-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/289c49facf48da5a221a3c8072f97c4641eca9f0 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Maharaja-Kennadyrajan/wifi-nl80211-rename-NL80211_CMD_SET_BEACON-to-NL80211_CMD_UDPATE_AP/20230321-005501 git checkout 289c49facf48da5a221a3c8072f97c4641eca9f0 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/net/wireless/ath/ath11k/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303210807.4SdWf5Ix-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/net/wireless/ath/ath11k/mac.c:3218:6: warning: no previous prototype for function 'ath11k_mac_ap_ps_recalc' [-Wmissing-prototypes] void ath11k_mac_ap_ps_recalc(struct ath11k *ar) ^ drivers/net/wireless/ath/ath11k/mac.c:3218:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ath11k_mac_ap_ps_recalc(struct ath11k *ar) ^ static 1 warning generated. vim +/ath11k_mac_ap_ps_recalc +3218 drivers/net/wireless/ath/ath11k/mac.c 3217 > 3218 void ath11k_mac_ap_ps_recalc(struct ath11k *ar) 3219 { 3220 struct ath11k_vif *arvif; 3221 enum ath11k_ap_ps_state state = ATH11K_AP_PS_STATE_OFF; 3222 int ret; 3223 bool allow_ap_ps = true; 3224 3225 lockdep_assert_held(&ar->conf_mutex); 3226 3227 list_for_each_entry(arvif, &ar->arvifs, list) { 3228 if (arvif->vdev_type == WMI_VDEV_TYPE_STA || 3229 !arvif->vif_ap_ps_enabled) { 3230 allow_ap_ps = false; 3231 break; 3232 } 3233 } 3234 3235 if (!allow_ap_ps) 3236 ath11k_dbg(ar->ab, ATH11K_DBG_MAC, "ap ps is not allowed\n"); 3237 3238 if (allow_ap_ps && !ar->num_stations && ar->ap_ps_enabled) 3239 state = ATH11K_AP_PS_STATE_ON; 3240 3241 if (ar->ap_ps_state == state) 3242 return; 3243 3244 ret = ath11k_wmi_pdev_ap_ps_cmd_send(ar, ar->pdev->pdev_id, state); 3245 if (ret) { 3246 ath11k_dbg(ar->ab, ATH11K_DBG_MAC, 3247 "failed to send ap ps command pdev_id %u state %u\n", 3248 ar->pdev->pdev_id, state); 3249 return; 3250 } 3251 3252 ar->ap_ps_state = state; 3253 } 3254 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests