Ticket #228: imr-delay-cancel-scan-patch.diff
| File imr-delay-cancel-scan-patch.diff, 435 bytes (added by imr1@waikato.ac.nz, 3 years ago) |
|---|
-
net80211/ieee80211_scan.c
old new 614 614 mod_timer(&SCAN_PRIVATE(ss)->ss_scan_timer, jiffies); 615 615 } 616 616 IEEE80211_UNLOCK(ic); 617 /* Wait for the timer to fire, so that the scan is definately 618 * cancelled before further code can execute. */ 619 mdelay(10); 617 620 } 618 621 619 622 /*
