diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-02-18 07:33:19 -0500 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2011-03-05 06:52:05 -0500 |
commit | 4389e47af856635eb17d03b2572a50576c12db24 (patch) | |
tree | 988fbbd883f5c8691d2bf100656e723e54073c0a /net/batman-adv/main.h | |
parent | d0072609baebaffb522083d367f4f195187f60f8 (diff) |
batman-adv: rename global if_list to hardif_list
Batman-adv works with "hard interfaces" as well as "soft interfaces".
The new name should better make clear which kind of interfaces this
list stores.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r-- | net/batman-adv/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 06b5b994cc20..dc248697de71 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h | |||
@@ -122,7 +122,7 @@ | |||
122 | #define REVISION_VERSION_STR " "REVISION_VERSION | 122 | #define REVISION_VERSION_STR " "REVISION_VERSION |
123 | #endif | 123 | #endif |
124 | 124 | ||
125 | extern struct list_head if_list; | 125 | extern struct list_head hardif_list; |
126 | 126 | ||
127 | extern unsigned char broadcast_addr[]; | 127 | extern unsigned char broadcast_addr[]; |
128 | extern struct workqueue_struct *bat_event_workqueue; | 128 | extern struct workqueue_struct *bat_event_workqueue; |