diff options
Diffstat (limited to 'include/hardware_legacy/gscan.h')
-rw-r--r-- | include/hardware_legacy/gscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/gscan.h b/include/hardware_legacy/gscan.h index fe92b12..368ca9d 100644 --- a/include/hardware_legacy/gscan.h +++ b/include/hardware_legacy/gscan.h @@ -124,7 +124,7 @@ typedef struct { typedef struct { int base_period; // base timer period in ms - int max_ap_per_scan; // number of APs to store in each scan in the + int max_ap_per_scan; // number of APs to store in each scan ientryn the // BSSID/RSSI history buffer (keep the highest RSSI APs) int report_threshold_percent; // in %, when scan buffer is this much full, wake up AP int report_threshold_num_scans; // in number of scans, wake up AP after these many scans |