p54: move under intersil vendor directory
[deliverable/linux.git] / drivers / net / wireless / orinoco / scan.h
CommitLineData
fb791b1c
DK
1/* Helpers for managing scan queues
2 *
3 * See copyright notice in main.c
4 */
5#ifndef _ORINOCO_SCAN_H_
6#define _ORINOCO_SCAN_H_
7
8/* Forward declarations */
9struct orinoco_private;
10struct agere_ext_scan_info;
11
fb791b1c 12/* Add scan results */
c63cdbe8
DK
13void orinoco_add_extscan_result(struct orinoco_private *priv,
14 struct agere_ext_scan_info *atom,
15 size_t len);
16void orinoco_add_hostscan_results(struct orinoco_private *dev,
17 unsigned char *buf,
18 size_t len);
cf63495d 19void orinoco_scan_done(struct orinoco_private *priv, bool abort);
fb791b1c
DK
20
21#endif /* _ORINOCO_SCAN_H_ */
This page took 0.534218 seconds and 5 git commands to generate.