From: Antonio Quartulli Date: Wed, 3 Apr 2013 09:15:33 +0000 (+0200) Subject: batman-adv: refactor batadv_tt_local_event() X-Git-Tag: v3.11-rc1~16^2~267^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3abe4adbfb293e37d2d6f4fe22366534dc2675d9;p=pandora-kernel.git batman-adv: refactor batadv_tt_local_event() Instead of passing a generic combination of flags as argument, it is easier to pass the entire tt_common structure (containing the flags already set) plus a bitfield of event flags that will be unified with the already existing ones before inserting the client in the event queue. In this way invocations of the modified function can be simplified. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed