Searched refs:n_ch (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dscan.c895 int n_ch = 0; local
910 local->int_scan_req->channels[n_ch] = tmp_ch;
911 n_ch++;
915 if (WARN_ON_ONCE(n_ch == 0))
918 local->int_scan_req->n_channels = n_ch;

Completed in 46 milliseconds