pull request: batman-adv 2012-11-30
Message ID | 1354270450-25935-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <ordex@autistici.org> Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=178.255.144.35; helo=contumacia.investici.org; envelope-from=ordex@autistici.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from contumacia.investici.org (contumacia.investici.org [178.255.144.35]) by open-mesh.org (Postfix) with ESMTPS id 5926E6018A4 for <b.a.t.m.a.n@lists.open-mesh.org>; Fri, 30 Nov 2012 11:15:11 +0100 (CET) Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 1206CE881E; Fri, 30 Nov 2012 10:15:08 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 1206CE881E From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Fri, 30 Nov 2012 11:14:09 +0100 Message-Id: <1354270450-25935-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.8.0 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] pull request: batman-adv 2012-11-30 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Fri, 30 Nov 2012 10:15:11 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davemMessage
Antonio Quartulli
Nov. 30, 2012, 10:14 a.m. UTC
Here is a lonely patch intended for net-next/linux-3.8. It it simply adapting the batman-adv code to use the new ETH_P_BATMAN define recently introduced in if_ether.h. Let me know if there is any problem! Thank you, Antonio The following changes since commit bb728820fe7c42fdb838ab2745fb5fe6b18b5ffa: core: make GRO methods static. (2012-11-29 13:18:32 -0500) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem for you to fetch changes up to af5d4f7737963f2112f148f97c5820425f050650: batman-adv: use ETH_P_BATMAN (2012-11-30 10:50:22 +0100) ---------------------------------------------------------------- Included changes: - Use the new ETH_P_BATMAN define instead of the private BATADV_ETH_P_BATMAN ---------------------------------------------------------------- Antonio Quartulli (1): batman-adv: use ETH_P_BATMAN net/batman-adv/hard-interface.c | 3 ++- net/batman-adv/packet.h | 2 -- net/batman-adv/send.c | 6 ++++-- net/batman-adv/soft-interface.c | 9 +++++---- 4 files changed, 11 insertions(+), 9 deletions(-)
Comments
From: Antonio Quartulli <ordex@autistici.org> Date: Fri, 30 Nov 2012 11:14:09 +0100 > Here is a lonely patch intended for net-next/linux-3.8. > It it simply adapting the batman-adv code to use the new ETH_P_BATMAN define > recently introduced in if_ether.h. Pulled, thanks.