Subject: Re: wi driver: pcmcia_function_{enable,disable}
To: None <itojun@iijlab.net>
From: enami tsugutomo <enami@but-b.or.jp>
List: port-i386
Date: 02/13/2000 21:51:05
itojun@iijlab.net writes:

> 	please give me some comment about use of 
> 	the old behavior allowed us to perform wiconfig before IFF_UP.
> 	now it is not possible.

Just make the ioctl used by wiconfig enable a card and set it to an
appropriate state first.

That's what I'm localy doing now.

Alternatively, make the ioctl just get/set state into only an softc.
And load them into a card when it is enabled.

# anyway, it needs cleanups.
enami.