Re: [Orinoco-devel] Re: [8/14] Orinoco driver updates - PCMCIA initialization cleanups
From: Dominik Brodowski <linux@dominikbrodowski.net>
Date: 2005-02-25 07:02:30
Also in:
lkml
From: Dominik Brodowski <linux@dominikbrodowski.net>
Date: 2005-02-25 07:02:30
Also in:
lkml
On Fri, Feb 25, 2005 at 04:03:10PM +1100, David Gibson wrote:
On Thu, Feb 24, 2005 at 02:29:05AM -0500, Jeff Garzik wrote:quoted
Dominik Brodowski wrote:quoted
quoted
@@ -184,6 +186,7 @@dev_list = link; client_reg.dev_info = &dev_info; + client_reg.Attributes = INFO_IO_CLIENT | INFO_CARD_SHARE;That's not needed any longer for 2.6.So who wants to send the incremental update patch? :)Guess I will. See below. Any particular reason the field and associated constants haven't been exunged from the tree, since they're no longer used?
To keep external drivers compiling -- it'll be removed soon, though. Dominik