From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Subject: [PATCH 2/6] bna: Brocade 10Gb Ethernet device driver Date: Mon, 23 Nov 2009 20:23:17 -0800 Message-ID: <20091123202317.04eeb4a6@s6510> References: <200911240351.nAO3p1AY025627@blc-10-10.brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , To: Rasesh Mody Return-path: Received: from mail.vyatta.com ([76.74.103.46]:56995 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757948AbZKXEX1 (ORCPT ); Mon, 23 Nov 2009 23:23:27 -0500 In-Reply-To: <200911240351.nAO3p1AY025627@blc-10-10.brocade.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 23 Nov 2009 19:51:01 -0800 Rasesh Mody wrote: > +/* TODO : Delete when Windows migration is complete */ > +void bna_rxf_disable_old(struct bna_dev *dev, unsigned int rxf_id) > +{ > + struct bna_rx_fndb_ram *rx_fndb_ram; > + u32 ctl_flags; > + You are not in Windows any more?