Searched refs:pending_beacon (Results 1 – 1 of 1) sorted by relevance
3148 struct reg_beacon *pending_beacon, *tmp; in reg_process_pending_beacon_hints() local3153 list_for_each_entry_safe(pending_beacon, tmp, in reg_process_pending_beacon_hints()3155 list_del_init(&pending_beacon->list); in reg_process_pending_beacon_hints()3159 wiphy_update_new_beacon(&rdev->wiphy, pending_beacon); in reg_process_pending_beacon_hints()3162 list_add_tail(&pending_beacon->list, ®_beacon_list); in reg_process_pending_beacon_hints()3665 struct reg_beacon *pending_beacon; in pending_reg_beacon() local3667 list_for_each_entry(pending_beacon, ®_pending_beacons, list) in pending_reg_beacon()3669 &pending_beacon->chan)) in pending_reg_beacon()