* [B.A.T.M.A.N.] [PATCH] batman-adv: swap lines to get in sync with networking branch
@ 2012-08-21 22:40 Antonio Quartulli
2012-08-24 23:16 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-08-21 22:40 UTC (permalink / raw)
To: b.a.t.m.a.n
due to a merge conflict resolution handled differently in the networking branch,
we now have a small divergence between our next branch and what we already have
in net/batman-adv/ in the kernel. Since we cannot ask the kernel guys to "swap
two lines", with this patch we fix the problem in our repo
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
- this patch is for next
soft-interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/soft-interface.c b/soft-interface.c
index 1aee7db..7b683e0 100644
--- a/soft-interface.c
+++ b/soft-interface.c
@@ -277,8 +277,8 @@ void batadv_interface_rx(struct net_device *soft_iface,
struct vlan_ethhdr *vhdr;
struct batadv_header *batadv_header = (struct batadv_header *)skb->data;
short vid __maybe_unused = -1;
- bool is_bcast;
__be16 ethertype = __constant_htons(BATADV_ETH_P_BATMAN);
+ bool is_bcast;
is_bcast = (batadv_header->packet_type == BATADV_BCAST);
--
1.7.9.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: swap lines to get in sync with networking branch
2012-08-21 22:40 [B.A.T.M.A.N.] [PATCH] batman-adv: swap lines to get in sync with networking branch Antonio Quartulli
@ 2012-08-24 23:16 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-08-24 23:16 UTC (permalink / raw)
To: b.a.t.m.a.n
On Wednesday, August 22, 2012 00:40:05 Antonio Quartulli wrote:
> due to a merge conflict resolution handled differently in the networking
> branch, we now have a small divergence between our next branch and what we
> already have in net/batman-adv/ in the kernel. Since we cannot ask the
> kernel guys to "swap two lines", with this patch we fix the problem in our
> repo
>
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
>
> - this patch is for next
>
>
> soft-interface.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 28d246e.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-24 23:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 22:40 [B.A.T.M.A.N.] [PATCH] batman-adv: swap lines to get in sync with networking branch Antonio Quartulli
2012-08-24 23:16 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox