Subject: Re: sys/dev/ic/smc91cxx.c fix for IFF_SIMPLEX behavior
To: None <itojun@iijlab.net>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-net
Date: 09/08/1999 13:50:29
On Wed, 08 Sep 1999 10:56:33 -0700 
 Jason Thorpe <thorpej@nas.nasa.gov> wrote:

 > It only loops back to itself when in promiscuous mode?  Wow, that's sick.
 > 
 > Change looks fine to me.

Actually....

It just occurred to me... why not just clear IFF_SIMPLEX in the driver when
IFF_PROMISC gets set, and then set it again when IFF_PROMISC clears?

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>