commit | 75fb4df7f804229372e073977615a149a4a28dc0 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Mon Feb 10 13:47:21 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Feb 13 15:20:15 2014 -0500 |
tree | bd88a8d0778a94e69add3613996f6ad825e3841f | |
parent | 7a536265b0b470893c13dc0f094e3078521818e2 [diff] |
wlcore/wl12xx/wl18xx: simplify fw_status handling Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct. This is required for the upcoming fw api changes, which break the current logic anyway. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>