summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/scan.h
Commit message (Collapse)AuthorAgeFilesLines
* orinoco: convert scanning to cfg80211David Kilroy2009-07-101-15/+6
| | | | | | | | | | | | | 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>
* orinoco: Move scan helpers to a separate fileDavid Kilroy2009-02-111-0/+29
No functional change. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>