Return-path: Received: from mail-wi0-f175.google.com ([209.85.212.175]:42488 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751986AbaJTNcg convert rfc822-to-8bit (ORCPT ); Mon, 20 Oct 2014 09:32:36 -0400 Received: by mail-wi0-f175.google.com with SMTP id d1so7179572wiv.2 for ; Mon, 20 Oct 2014 06:32:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1413809925-4352-8-git-send-email-michal.kazior@tieto.com> References: <1413809925-4352-1-git-send-email-michal.kazior@tieto.com> <1413809925-4352-8-git-send-email-michal.kazior@tieto.com> Date: Mon, 20 Oct 2014 15:32:34 +0200 Message-ID: (sfid-20141020_153239_788873_F0D529CF) Subject: Re: [PATCH 7/7] ath10k: implement wmi-tlv backend From: Michal Kazior To: "ath10k@lists.infradead.org" Cc: linux-wireless , Michal Kazior Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 20 October 2014 14:58, Michal Kazior wrote: > Latest firmware revision introduced a new WMI ABI > called wmi-tlv. It is not a tlv strictly speaking > but something that resembles it because it is > ordered and may have duplicate id entries. > > This will be used by new hardware eventually. Ok, so I forgot to squash a few things here: * pktlog impl. for wmi-tlv * more event id defs * more wmi-tlv specific event implementations I can probably do a follow up later instead of re-spinning if it's okay. MichaƂ