Searched refs:dwell_passive (Results 1 – 1 of 1) sorted by relevance
5698 uint16_t rxchain, dwell_active, dwell_passive; in iwn_scan() local5856 dwell_passive = iwn_get_passive_dwell_time(sc, flags); in iwn_scan()5859 if (dwell_passive <= dwell_active) in iwn_scan()5860 dwell_passive = dwell_active + 1; in iwn_scan()5863 chan->passive = htole16(dwell_passive); in iwn_scan()