commit | c63cdbe8f80487c372fe0dfe460ed30467029f01 | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@googlemail.com> | Thu Jun 18 23:21:33 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:46 2009 -0400 |
tree | a981d5b052fc74b5f894775353a3e6e96591a1c7 | |
parent | 5217c571c898371c540e49671600d54346b2e123 [diff] |
orinoco: convert scanning to cfg80211 This removes the custom scan cache used by orinoco. We also have to avoid calling cfg80211_scan_done from the hard interrupt, so we offload the entirety of scan processing to a workqueue. This may behave strangely if you start scanning just prior to suspending... Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>