commit | 9bccb8ae054fda9ab51e3291eeee545ecc1f1854 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Fri Jul 11 03:01:38 2014 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 15 16:00:02 2014 -0400 |
tree | c96664867e3bf9c731007b7d8e339e57726ee1b7 | |
parent | 1631020226ee6a95d1d9ff64562c5da1113ff77f [diff] |
wl18xx: make sure fw_status->priv exists before deref In some corner cases with specific timings, we might try dequeueing tx before we got information about the link status (e.g. due to recovery during tx). Instead of NULL dereference, assume all the links in this case have low priorities. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>