Return-path: Received: from mout.kundenserver.de ([212.227.126.131]:56719 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbbKMJSI (ORCPT ); Fri, 13 Nov 2015 04:18:08 -0500 From: Arnd Bergmann To: glen lee Cc: Greg Kroah-Hartman , Johnny Kim , Austin Shin , Chris Park , Tony Cho , Leo Kim , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 15/20] staging/wilc1000: pass hif operations through initialization Date: Fri, 13 Nov 2015 10:17:58 +0100 Message-ID: <4443486.3C2xMnGSPO@wuerfel> (sfid-20151113_101835_560095_F8C99AF1) In-Reply-To: <56459602.9060707@atmel.com> References: <1447198960-2760143-1-git-send-email-arnd@arndb.de> <4207649.2OaxOXWCyM@wuerfel> <56459602.9060707@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: On Friday 13 November 2015 16:49:22 glen lee wrote: > > Hi arnd, > > I found this. These should be like this. It works fine. > + .hif_block_tx_ext = sdio_write, > + .hif_block_rx_ext = sdio_read, > > also, wilc_hif_spi need to be fixed together like this. > + .hif_block_tx_ext = _wilc_spi_write, > + .hif_block_rx_ext = _wilc_spi_read, > > Thank you for all the patches. > Glad you found it. How should we go on to get the right version merged? Do you want to send the working version of my patches to Greg along with whatever you have on your end, or do you prefer me to re-send it? Arnd