diff options
| author | Chaehyun Lim <[email protected]> | 2016-03-23 21:28:34 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | 2bb02584cd95405da72b009d0960f803d31e2302 (patch) | |
| tree | da8797c37e8b73dfcec114f4e3ed9a79ded6b4d8 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 04dd9a421111dfb88e1ae73af0ea27f285c89b74 (diff) | |
staging: wilc1000: use completion instead of struct semaphore hif_sema_driver
struct semaphore hif_sema_driver is used to signal completion of host
interface message. This patch replaces struct semaphore hif_sema_driver
with struct completion hif_driver_comp. It is better to use completion
than semaphore for this case.
Signed-off-by: Chaehyun Lim <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions