Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | orinoco: convert scanning to cfg80211 | David Kilroy | 2009-07-10 | 1 | -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 file | David Kilroy | 2009-02-11 | 1 | -0/+29 |
No functional change. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> |