Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1885 .update_bcast_stations = il4965_update_bcast_stations,
H A Dcommon.h1584 int (*update_bcast_stations) (struct il_priv *il); member
H A Dcommon.c5127 if (il->ops->update_bcast_stations) in il_mac_config()
5128 ret = il->ops->update_bcast_stations(il); in il_mac_config()