From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 17/26] hostap: Don't use create_proc_read_entry() [RFC] Date: Thu, 11 Apr 2013 12:06:33 -0700 Message-ID: <20130411190633.GB32045@kroah.com> References: <20130411132739.32763.82609.stgit@warthog.procyon.org.uk> <20130411132952.32763.3184.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Jouni Malinen , linux-wireless@vger.kernel.org, "John W. Linville" , viro@ZenIV.linux.org.uk, netdev@vger.kernel.org, Johannes Berg To: David Howells Return-path: Content-Disposition: inline In-Reply-To: <20130411132952.32763.3184.stgit@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Apr 11, 2013 at 02:29:52PM +0100, David Howells wrote: > Don't use create_proc_read_entry() as that is deprecated, but rather use > proc_create_data() and seq_file instead. > > Signed-off-by: David Howells > cc: Jouni Malinen > cc: John W. Linville > cc: Greg Kroah-Hartman > cc: Johannes Berg > cc: linux-wireless@vger.kernel.org > cc: netdev@vger.kernel.org > cc: devel@driverdev.osuosl.org Acked-by: Greg Kroah-Hartman