diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-02-18 12:33:19 +0000 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2011-03-05 12:52:05 +0100 |
commit | 4389e47af856635eb17d03b2572a50576c12db24 (patch) | |
tree | 988fbbd883f5c8691d2bf100656e723e54073c0a /net/batman-adv/main.h | |
parent | d0072609baebaffb522083d367f4f195187f60f8 (diff) | |
download | op-kernel-dev-4389e47af856635eb17d03b2572a50576c12db24.zip op-kernel-dev-4389e47af856635eb17d03b2572a50576c12db24.tar.gz |
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 06b5b99..dc24869 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -122,7 +122,7 @@ #define REVISION_VERSION_STR " "REVISION_VERSION #endif -extern struct list_head if_list; +extern struct list_head hardif_list; extern unsigned char broadcast_addr[]; extern struct workqueue_struct *bat_event_workqueue; |