Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082Ab1FICvd (ORCPT ); Wed, 8 Jun 2011 22:51:33 -0400 Received: from mail-qy0-f174.google.com ([209.85.216.174]:48316 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460Ab1FICv3 (ORCPT ); Wed, 8 Jun 2011 22:51:29 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=rFY8FR5a+DSNqzjiHWTlVSQIOgDfYHryta8vZSgmQKhWzLtAsNCSCQhKSQYYbGdDyk s0o9C5ieFwp9PFGMuORYAjb3iRh0sPzvjrJOeWifKHWon+jSxcT74i1np5W24AfK7Cd1 s4wZw1qbnOC9W3vCEwCeN4qt9y3+/vxK20DXA= From: Weiping Pan To: fubar@us.ibm.com, andy@greyhouse.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Weiping Pan Subject: [PATCH net-next 1/2] bonding: delete unused ad_timer Date: Thu, 9 Jun 2011 10:51:33 +0800 Message-Id: <1d1a90d2f5c7c2ced5eaf8eabffa4fdb770b0e6b.1307587586.git.panweiping3@gmail.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 27 Now we use agg_select_timer and ad_work. Signed-off-by: Weiping Pan --- drivers/net/bonding/bond_3ad.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/bonding/bond_3ad.h b/drivers/net/bonding/bond_3ad.h index 0ee3f16..fb67185 100644 --- a/drivers/net/bonding/bond_3ad.h +++ b/drivers/net/bonding/bond_3ad.h @@ -257,7 +257,6 @@ struct ad_bond_info { int lacp_fast; /* whether fast periodic tx should be * requested */ - struct timer_list ad_timer; }; struct ad_slave_info { -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/