Home
last modified time | relevance | path

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

/drivers/net/wireless/wl1251/
Dacx.c498 struct acx_beacon_filter_option *beacon_filter; in wl1251_acx_beacon_filter_opt() local
503 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1251_acx_beacon_filter_opt()
504 if (!beacon_filter) { in wl1251_acx_beacon_filter_opt()
509 beacon_filter->enable = enable_filter; in wl1251_acx_beacon_filter_opt()
510 beacon_filter->max_num_beacons = 0; in wl1251_acx_beacon_filter_opt()
513 beacon_filter, sizeof(*beacon_filter)); in wl1251_acx_beacon_filter_opt()
520 kfree(beacon_filter); in wl1251_acx_beacon_filter_opt()
/drivers/net/wireless/wl12xx/
Dacx.c350 struct acx_beacon_filter_option *beacon_filter = NULL; in wl1271_acx_beacon_filter_opt() local
359 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1271_acx_beacon_filter_opt()
360 if (!beacon_filter) { in wl1271_acx_beacon_filter_opt()
365 beacon_filter->role_id = wlvif->role_id; in wl1271_acx_beacon_filter_opt()
366 beacon_filter->enable = enable_filter; in wl1271_acx_beacon_filter_opt()
372 beacon_filter->max_num_beacons = 0; in wl1271_acx_beacon_filter_opt()
375 beacon_filter, sizeof(*beacon_filter)); in wl1271_acx_beacon_filter_opt()
382 kfree(beacon_filter); in wl1271_acx_beacon_filter_opt()