From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1agVzI-00006D-0K for ath10k@lists.infradead.org; Thu, 17 Mar 2016 11:21:08 +0000 Date: Thu, 17 Mar 2016 16:50:34 +0530 From: Mohammed Shafi Shajakhan Subject: Re: [PATCH v2 1/2] ath10k: Add support for ath10k_sta_statistics support Message-ID: <20160317112022.GA27512@atheros-ThinkPad-T61> References: <1458211740-6875-1-git-send-email-mohammed@qca.qualcomm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Michal Kazior Cc: Kalle Valo , linux-wireless , "kvalo@codeaurora.org" , "ath10k@lists.infradead.org" , Mohammed Shafi Shajakhan Hi Michal, On Thu, Mar 17, 2016 at 12:12:31PM +0100, Michal Kazior wrote: > On 17 March 2016 at 11:48, Mohammed Shafi Shajakhan > wrote: > [...] > > +void ath10k_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, > > + struct ieee80211_sta *sta, > > + struct station_info *sinfo) > > +{ > > + struct ath10k_sta *arsta = (struct ath10k_sta *)sta->drv_priv; > > + struct ath10k *ar = arsta->arvif->ar; > > + > > + mutex_lock(&ar->conf_mutex); > > + > > + if (ar->state != ATH10K_STATE_ON && > > + ar->state != ATH10K_STATE_RESTARTED) > > + goto out; > > Do you really need mutex and ar->state check in this function? > [shafi] By default peer stats will be disabled, we are enabling this by debugfs (hw-restart) so i thought these checks are needed , please advise .. Do you say they will be never hit regards shafi _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k