From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from emh01.mail.saunalahti.fi ([62.142.5.107]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOwKG-0006pH-MW for ath10k@lists.infradead.org; Wed, 25 Sep 2013 21:08:49 +0000 Subject: [PATCH 0/3] ath10k: implement FW IE support From: Kalle Valo Date: Thu, 26 Sep 2013 00:08:20 +0300 Message-ID: <20130925210455.2596.36889.stgit@localhost6.localdomain6> MIME-Version: 1.0 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: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org FW IE format is needed for ath10k automatically detect what features the firmware image supports. This is important especially with 10.x firmwares which has a different interface. Please review. --- Kalle Valo (3): ath10k: rename board_data in struct ath10k ath10k: store separate pointers for firmware data ath10k: implement firmware IE container support drivers/net/wireless/ath/ath10k/core.c | 210 +++++++++++++++++++++++++++++--- drivers/net/wireless/ath/ath10k/core.h | 12 ++ drivers/net/wireless/ath/ath10k/hw.h | 19 +++ drivers/net/wireless/ath/ath10k/wmi.c | 3 4 files changed, 220 insertions(+), 24 deletions(-) _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k