Searched refs:acs_report (Results 1 – 1 of 1) sorted by relevance
2219 struct ieee80211_acs_dbg *acs_report) in hdd_son_get_acs_report() argument2232 if (!acs_report) { in hdd_son_get_acs_report()2252 acs_report->nchans = 0; in hdd_son_get_acs_report()2279 ret = copy_from_user(&acs_entry_id, &acs_report->entry_id, in hdd_son_get_acs_report()2280 sizeof(acs_report->entry_id)); in hdd_son_get_acs_report()2287 ret = copy_from_user(&acs_type, &acs_report->acs_type, in hdd_son_get_acs_report()2288 sizeof(acs_report->acs_type)); in hdd_son_get_acs_report()2319 not_copied = copy_to_user(acs_report, acs_r, sizeof(*acs_r)); in hdd_son_get_acs_report()