|
@@ -127,7 +127,7 @@ static void batadv_vis_data_insert_interface(const uint8_t *interface,
|
|
|
struct hlist_head *if_list,
|
|
|
bool primary)
|
|
|
{
|
|
|
- struct batadv_if_list_entry *entry;
|
|
|
+ struct batadv_vis_if_list_entry *entry;
|
|
|
struct hlist_node *pos;
|
|
|
|
|
|
hlist_for_each_entry(entry, pos, if_list, list) {
|
|
@@ -147,7 +147,7 @@ static void batadv_vis_data_insert_interface(const uint8_t *interface,
|
|
|
static void batadv_vis_data_read_prim_sec(struct seq_file *seq,
|
|
|
const struct hlist_head *if_list)
|
|
|
{
|
|
|
- struct batadv_if_list_entry *entry;
|
|
|
+ struct batadv_vis_if_list_entry *entry;
|
|
|
struct hlist_node *pos;
|
|
|
|
|
|
hlist_for_each_entry(entry, pos, if_list, list) {
|
|
@@ -197,7 +197,7 @@ static void batadv_vis_data_read_entries(struct seq_file *seq,
|
|
|
struct batadv_vis_info_entry *entries)
|
|
|
{
|
|
|
int i;
|
|
|
- struct batadv_if_list_entry *entry;
|
|
|
+ struct batadv_vis_if_list_entry *entry;
|
|
|
struct hlist_node *pos;
|
|
|
|
|
|
hlist_for_each_entry(entry, pos, list, list) {
|
|
@@ -223,7 +223,7 @@ static void batadv_vis_seq_print_text_bucket(struct seq_file *seq,
|
|
|
struct batadv_vis_packet *packet;
|
|
|
uint8_t *entries_pos;
|
|
|
struct batadv_vis_info_entry *entries;
|
|
|
- struct batadv_if_list_entry *entry;
|
|
|
+ struct batadv_vis_if_list_entry *entry;
|
|
|
struct hlist_node *pos, *n;
|
|
|
|
|
|
HLIST_HEAD(vis_if_list);
|