summaryrefslogtreecommitdiff
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
authorLinus Lüssing <ll@simonwunderlich.de>2020-08-27 18:34:48 +0300
committerSimon Wunderlich <sw@simonwunderlich.de>2020-08-27 18:41:45 +0300
commit097930e85f90f252c44dc0d084598265dd44ca48 (patch)
treee7bce462255ddd298aa27b4b26aeefcb0df8c28a /net/batman-adv/routing.c
parent279e89b2281af3b1a9f04906e157992c19c9f163 (diff)
downloadlinux-097930e85f90f252c44dc0d084598265dd44ca48.tar.xz
batman-adv: bla: fix type misuse for backbone_gw hash indexing
It seems that due to a copy & paste error the void pointer in batadv_choose_backbone_gw() is cast to the wrong type. Fixing this by using "struct batadv_bla_backbone_gw" instead of "struct batadv_bla_claim" which better matches the caller's side. For now it seems that we were lucky because the two structs both have their orig/vid and addr/vid in the beginning. However I stumbled over this issue when I was trying to add some debug variables in front of "orig" in batadv_backbone_gw, which caused hash lookups to fail. Fixes: 07568d0369f9 ("batman-adv: don't rely on positions in struct for hashing") Signed-off-by: Linus Lüssing <ll@simonwunderlich.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/routing.c')
0 files changed, 0 insertions, 0 deletions