MAX_PROBED_SSIDS
wiphy->max_scan_ssids = MAX_PROBED_SSIDS;
wiphy->max_match_sets = MAX_PROBED_SSIDS;
wiphy->max_sched_scan_ssids = MAX_PROBED_SSIDS;
struct ath6kl_cfg80211_match_probe_ssid ssid_list[MAX_PROBED_SSIDS];
if (n_ssids > MAX_PROBED_SSIDS ||
n_match_ssid > MAX_PROBED_SSIDS)
if (index_to_add >= MAX_PROBED_SSIDS)
for (i = index_to_add; i < MAX_PROBED_SSIDS; i++) {
if (index >= MAX_PROBED_SSIDS)