public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@vyatta•com>
To: Inaky Perez-Gonzalez <inaky@linux•intel.com>
Cc: netdev@vger•kernel.org, wimax@linuxwimax•org,
	Paulius Zaleckas <paulius.zaleckas@teltonika•lt>
Subject: Re: [patch 2.6.31 08/10] wimax: Add netlink interface to get device state
Date: Wed, 27 May 2009 18:21:57 -0700	[thread overview]
Message-ID: <20090527182157.48a3f4b0@nehalam> (raw)
In-Reply-To: <4d58364611c66a20ea1e28223b8f638fd2e35981.1243472510.git.inaky@linux.intel.com>

On Wed, 27 May 2009 18:05:13 -0700
Inaky Perez-Gonzalez <inaky@linux•intel.com> wrote:

> From: Paulius Zaleckas <paulius.zaleckas@teltonika•lt>
> 
> wimax connection manager / daemon has to know what is current
> state of the device. Previously it was only possible to get
> notification whet state has changed.
> 
> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika•lt>
> ---
>  include/linux/wimax.h    |    5 +++
>  net/wimax/Makefile       |    1 +
>  net/wimax/debug-levels.h |    1 +
>  net/wimax/debugfs.c      |    1 +
>  net/wimax/op-state-get.c |   86 ++++++++++++++++++++++++++++++++++++++++++++++
>  net/wimax/stack.c        |    5 ++-
>  6 files changed, 98 insertions(+), 1 deletions(-)
>  create mode 100644 net/wimax/op-state-get.c
> 
> diff --git a/include/linux/wimax.h b/include/linux/wimax.h
> index c89de7f..c750f42 100644
> --- a/include/linux/wimax.h
> +++ b/include/linux/wimax.h
> @@ -77,6 +77,7 @@ enum {
>  	WIMAX_GNL_OP_MSG_TO_USER,	/* Kernel to user message */
>  	WIMAX_GNL_OP_RFKILL,	/* Run wimax_rfkill() */
>  	WIMAX_GNL_OP_RESET,	/* Run wimax_rfkill() */
> +	WIMAX_GNL_OP_STATE_GET,		/* Request for current state */
>  	WIMAX_GNL_RE_STATE_CHANGE,	/* Report: status change */
>  };

Won't adding new element in middle of list break existing ABI?

  reply	other threads:[~2009-05-28  1:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28  1:05 [patch 2.6.31 00/10] WiMAX pull request Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 01/10] wimax/i2400m: generate fake source MAC address with random_ether_addr() Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 02/10] wimax/i2400m: trace commands sent from user space on the "echo" pipe Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 03/10] wimax/i2400m: allow kernel commands to device to be logged too Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 04/10] wimax/i2400m: factor out 'state report's TLV handling to a function Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 05/10] wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 06/10] wimax: document why wimax_msg_*() operations can be used in any state Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 07/10] wimax/i2400m: sdio: set the block size before enabling the function Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 08/10] wimax: Add netlink interface to get device state Inaky Perez-Gonzalez
2009-05-28  1:21   ` Stephen Hemminger [this message]
2009-05-28 16:16     ` Inaky Perez-Gonzalez
2009-05-28 22:06       ` David Miller
2009-05-28 22:09         ` Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 09/10] wimax/i2400m: usb: fix device reset on autosuspend while not yet idle Inaky Perez-Gonzalez
2009-05-28  1:05 ` [patch 2.6.31 10/10] wimax: a new API call was added, increment minor protocol version number Inaky Perez-Gonzalez
  -- strict thread matches above, loose matches on Subject: below --
2009-05-29  1:12 [patch 2.6.31 00/10] WiMAX pull request (v2) Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 08/10] wimax: Add netlink interface to get device state Inaky Perez-Gonzalez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090527182157.48a3f4b0@nehalam \
    --to=shemminger@vyatta$(echo .)com \
    --cc=inaky@linux$(echo .)intel.com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=paulius.zaleckas@teltonika$(echo .)lt \
    --cc=wimax@linuxwimax$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox