Home
last modified time | relevance | path

Searched refs:acs_entry_id (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_son.c2223 uint8_t acs_entry_id = 0; in hdd_son_get_acs_report() local
2279 ret = copy_from_user(&acs_entry_id, &acs_report->entry_id, in hdd_son_get_acs_report()
2282 acs_entry_id, acs_r->nchans); in hdd_son_get_acs_report()
2283 if (acs_entry_id > acs_r->nchans) { in hdd_son_get_acs_report()
2291 acs_r->chan_freq = acs_cfg->freq_list[acs_entry_id]; in hdd_son_get_acs_report()