]> Git Repo - linux.git/blob - drivers/net/wireless/orinoco/scan.h
clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup
[linux.git] / drivers / net / wireless / orinoco / scan.h
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 */
9 struct orinoco_private;
10 struct agere_ext_scan_info;
11
12 /* Add scan results */
13 void orinoco_add_extscan_result(struct orinoco_private *priv,
14                                 struct agere_ext_scan_info *atom,
15                                 size_t len);
16 void orinoco_add_hostscan_results(struct orinoco_private *dev,
17                                   unsigned char *buf,
18                                   size_t len);
19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
20
21 #endif /* _ORINOCO_SCAN_H_ */
This page took 0.033852 seconds and 4 git commands to generate.