From patchwork Fri May 29 01:12:14 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: 27808 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 547B9B7069 for ; Fri, 29 May 2009 14:11:51 +1000 (EST) Received: by ozlabs.org (Postfix) id 483D1DDF72; Fri, 29 May 2009 14:11:51 +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 DC72ADDF54 for ; Fri, 29 May 2009 14:11:50 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753403AbZE2ELp (ORCPT ); Fri, 29 May 2009 00:11:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753032AbZE2ELp (ORCPT ); Fri, 29 May 2009 00:11:45 -0400 Received: from 076-076-148-181.pdx.net ([76.76.148.181]:45064 "EHLO localhost.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752368AbZE2ELn (ORCPT ); Fri, 29 May 2009 00:11:43 -0400 Received: from inaky by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1M9qe2-0006Of-DO; Thu, 28 May 2009 18:12:26 -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: Thu, 28 May 2009 18:12:14 -0700 Message-Id: <7481806dcfd07e9a636155554f6f4b4fbd976381.1243559425.git.inaky@linux.intel.com> X-Mailer: git-send-email 1.6.2.3 In-Reply-To: References: 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 2f7a6b7..4fdcc56 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,