Simple if_iwi.c diff to fix scan lock issue

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Chase
Date: Monday, November 15, 2010 - 12:12 am

If an iwi device is interrupted while scanning for an AP the scan lock
is not removed. Drivers for if_iwn.c and if_wpi.c have accounted for
this in the same manner. I believe if_ipw.c suffers from the same
problem, but I don't have a machine to verify it.

This diff is for 4.8-stable, but the issue is still in -current. I am
running it now, and things seem much more pleasant.

Thanks!

Index: if_iwi.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_iwi.c,v
retrieving revision 1.105
diff -r1.105 if_iwi.c
2350a2351,2353
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Simple if_iwi.c diff to fix scan lock issue, Jeremy Chase, (Mon Nov 15, 12:12 am)
Re: Simple if_iwi.c diff to fix scan lock issue, Alexander Hall, (Mon Nov 15, 4:28 pm)