Return-path: Received: from bu3sch.de ([62.75.166.246]:43642 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756631AbZLWS01 (ORCPT ); Wed, 23 Dec 2009 13:26:27 -0500 From: Michael Buesch To: Larry Finger Subject: Re: [PATCH][resend with linux-wireless] b43: N-PHY: clean table init, check PHY rev Date: Wed, 23 Dec 2009 19:26:14 +0100 Cc: =?utf-8?q?Rafa=C5=82_Mi=C5=82ecki?= , "John W. Linville" , linux-wireless@vger.kernel.org, bcm43xx-dev@lists.berlios.de References: <4B325F27.4020506@lwfinger.net> In-Reply-To: <4B325F27.4020506@lwfinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200912231926.17206.mb@bu3sch.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wednesday 23 December 2009 19:19:19 Larry Finger wrote: > ACK for the relocation of the tables. Well, the _tables_ aren't actually relocated with that patch. The tables are already in the tables_nphy.c file. You just relocate the functions that upload the tables. So if you want to relocate the upload-functions, the question arises whether the tables should be made static. -- Greetings, Michael.