commit | 7aac5547daf54005243c5d685cf60c5a4ff74a44 | [log] [tgz] |
---|---|---|
author | Irfan Sheriff <isheriff@google.com> | Tue Dec 22 21:42:17 2009 -0800 |
committer | Irfan Sheriff <isheriff@google.com> | Fri Jan 08 12:04:30 2010 -0800 |
tree | c5b1a1763bf1acdec678ddcfa76e2451a6d07df5 | |
parent | 660cc3461afbf0631cc8d4ab628628d68d840014 [diff] |
Synchronize all WifiNative calls Some of the native calls were left unsynchronized in the framework. Pre-empted IOCTL call interrupted by another call from the framework cannot be handled in the driver. Bug: 2310455