commit | 9757f1d2e0b4e7ff59e76c2fadbf819e18f3f884 | [log] [tgz] |
---|---|---|
author | Alan Ott <alan@signal11.us> | Sat Oct 05 23:52:22 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 08 15:32:13 2013 -0400 |
tree | a279cc4966286b7ee5a9ac5775e3a9747da66936 | |
parent | 8cc27d174b6502a4a9dc6186f35bf1351a6e200e [diff] |
mrf24j40: Move INIT_COMPLETION() to before packet transmission This avoids a race condition where complete(tx_complete) could be called before tx_complete is initialized. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: David S. Miller <davem@davemloft.net>