batman-adv: rename global if_list to hardif_list
[deliverable/linux.git] / net / batman-adv / originator.c
index a8d0262e9d90593adc5de54f2f43cf9c6decbb56..84ef9ae6c770af0baba5abc9b0327c941ea0e411 100644 (file)
@@ -602,7 +602,7 @@ int orig_hash_del_if(struct batman_if *batman_if, int max_if_num)
 
        /* renumber remaining batman interfaces _inside_ of orig_hash_lock */
        rcu_read_lock();
-       list_for_each_entry_rcu(batman_if_tmp, &if_list, list) {
+       list_for_each_entry_rcu(batman_if_tmp, &hardif_list, list) {
                if (batman_if_tmp->if_status == IF_NOT_IN_USE)
                        continue;
 
This page took 0.032349 seconds and 5 git commands to generate.