From patchwork Thu May 28 01:05:15 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Inaky Perez-Gonzalez X-Patchwork-Id: 27769 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id D8F6FB6F35 for ; Thu, 28 May 2009 11:06:26 +1000 (EST) Received: by ozlabs.org (Postfix) id C9DB3DDFC1; Thu, 28 May 2009 11:06:26 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 67C4EDDF90 for ; Thu, 28 May 2009 11:06:26 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759541AbZE1BGK (ORCPT ); Wed, 27 May 2009 21:06:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759447AbZE1BGE (ORCPT ); Wed, 27 May 2009 21:06:04 -0400 Received: from mga06.intel.com ([134.134.136.21]:11221 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757646AbZE1BFt (ORCPT ); Wed, 27 May 2009 21:05:49 -0400 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 27 May 2009 17:55:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,262,1241420400"; d="scan'208";a="416258482" Received: from unknown (HELO localhost.localdomain) ([134.134.19.205]) by orsmga002.jf.intel.com with ESMTP; 27 May 2009 18:13:21 -0700 From: Inaky Perez-Gonzalez To: netdev@vger.kernel.org, wimax@linuxwimax.org Subject: [patch 2.6.31 10/10] wimax: a new API call was added, increment minor protocol version number Date: Wed, 27 May 2009 18:05:15 -0700 Message-Id: <6c88e32ef9c71ad369892290da00820952cfc402.1243472510.git.inaky@linux.intel.com> X-Mailer: git-send-email 1.6.2.3 In-Reply-To: <5b274b76ee31802e4376f44bc96a4b3bc9f8b918.1243472510.git.inaky@linux.intel.com> References: <22d4458f609ba31f1382e25844125e421dcd4163.1243472510.git.inaky@linux.intel.com> <05962df1398ad316feb1e20160b7502731bebc97.1243472510.git.inaky@linux.intel.com> <74bd64a25b220d21e50c7c9a85f26ff6617b3728.1243472510.git.inaky@linux.intel.com> <4d58364611c66a20ea1e28223b8f638fd2e35981.1243472510.git.inaky@linux.intel.com> <5b274b76ee31802e4376f44bc96a4b3bc9f8b918.1243472510.git.inaky@linux.intel.com> In-Reply-To: References: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org As the 'state_get' API call was added, we need to increase the minor protocol version number so applications that depend on the can check it's presence. Signed-off-by: Inaky Perez-Gonzalez --- include/linux/wimax.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/wimax.h b/include/linux/wimax.h index c750f42..b40298a 100644 --- a/include/linux/wimax.h +++ b/include/linux/wimax.h @@ -59,7 +59,7 @@ enum { * M - Major: change if removing or modifying an existing call. * m - minor: change when adding a new call */ - WIMAX_GNL_VERSION = 00, + WIMAX_GNL_VERSION = 01, /* Generic NetLink attributes */ WIMAX_GNL_ATTR_INVALID = 0x00, WIMAX_GNL_ATTR_MAX = 10,