Return-path: Received: from mail-oa0-f41.google.com ([209.85.219.41]:53135 "EHLO mail-oa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbaCYI5L convert rfc822-to-8bit (ORCPT ); Tue, 25 Mar 2014 04:57:11 -0400 Received: by mail-oa0-f41.google.com with SMTP id j17so179548oag.28 for ; Tue, 25 Mar 2014 01:57:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1395734146-10907-1-git-send-email-yeohchunyeow@gmail.com> Date: Tue, 25 Mar 2014 09:57:10 +0100 Message-ID: (sfid-20140325_095720_129772_336D04A6) Subject: Re: [PATCH] ath10k: fix printing of peer stats in non-AP firmware From: Michal Kazior To: Yeoh Chun-Yeow Cc: "ath10k@lists.infradead.org" , linux-wireless , Kalle Valo Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 25 March 2014 09:54, Yeoh Chun-Yeow wrote: >> >>> BTW, I also saw that the same happen to latest AP firmware whenever >>> the peer stats is more than 1. But since the first peer stats is self >>> stats, so it is ok to overwrite it. >> >> I disagree. Why do you think it is okay to overwrite self peer stats? >> > Because TxRate, RxRate, RSSI are all no value, just the MAC address. I don't think that's true for 10.1 firmware and AP interface types. MichaƂ