diff options
| author | Ganapathi Bhat <[email protected]> | 2018-07-13 17:56:35 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-07-31 10:12:56 +0300 |
| commit | fc3a2fcaa1ba9b28f691a9977371d97fb33b8461 (patch) | |
| tree | 0fa75f7c8e69a7ceb92d23cbc3fc5ad42dccfc00 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 5188d5453bc9380ccd4ae1086138dd485d13aef2 (diff) | |
mwifiex: use atomic bitops to represent adapter status variables
Driver is using boolean variables to maintain vairous status
information of adapter. These status variables are accessed by
multiple threads and there is a possibility of a race. To avoid
this, convert these variables to a set of bitops flags, to be
operated atomically.
Below variables of mwifiex_adapter are converted to bitop flags:
surprise_removed
is_cmd_timedout
is_suspended
is_hs_configured
hs_enabling
Signed-off-by: Ganapathi Bhat <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions