commit | b5b45b3cbd56162d9612dd76529d7ad9f6be9a56 | [log] [tgz] |
---|---|---|
author | Arik Nemtsov <arik@wizery.com> | Thu Jun 21 18:10:51 2012 +0300 |
committer | Luciano Coelho <coelho@ti.com> | Sat Jun 23 09:32:32 2012 +0300 |
tree | 5ba9aefbd6450d2de9019724a4dbc92abc10bb32 | |
parent | c439a1ca3bdc58febf51a388a9930eeba361b410 [diff] |
wlcore: refactor threaded IRQ routine Separate the threaded IRQ handling routine into two functions. The outer function takes the mutex and calls recovery on errors. It also performs a Tx-path optimization to avoid redundant works. The inner function is simplified - all calls to recovery are removed and it assumes the lock is taken. The locked variant will be reused elsewhere. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>