summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/scan.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-10orinoco: convert scanning to cfg80211David Kilroy1-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>
2009-02-11orinoco: Move scan helpers to a separate fileDavid Kilroy1-0/+29
No functional change. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>