commit | 3a98c30f3e8bb1f32b5bcb74a39647b3670de275 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kalle.valo@nokia.com> | Tue Jan 05 20:16:51 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 12 13:51:26 2010 -0500 |
tree | f24eb2e787dab86f3c90ffe4d0f5e92e6fff2d59 | |
parent | 7c12ce8b854df346388ea56d684784e3484012cf [diff] |
wl1251: cleanup scanning code The current scanning code wasn't following the preferred style. Move code related to scan and trigger scan to commans to wl1251_cmd.c. Because there's now less code in wl1251_hw_scan(), the function can be now merged with wl1251_op_hw_scan(). Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>