All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/2] nl80211: interface update
Date: Wed, 9 Feb 2011 09:31:38 -0500	[thread overview]
Message-ID: <20110209143138.GA2494@tuxdriver.com> (raw)
In-Reply-To: <1297252905-29739-2-git-send-email-zefir.kurtisi@neratec.com>

On Wed, Feb 09, 2011 at 01:01:41PM +0100, Zefir Kurtisi wrote:
> Interface implementation to pass DFS pulse events via nl80211.
> 
> Includes
>  * new command NL80211_CMD_SET_DFS_EVENT
>  * new attributes NL80211_DFSEVENT_ATTR_{FREQ,TS,WIDTH}
>  * functions to pass DFS pulse events through netlink interface

> diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
> index 864ddfb..8e75f40 100644
> --- a/net/wireless/nl80211.c
> +++ b/net/wireless/nl80211.c
> @@ -4015,7 +4015,6 @@ __cfg80211_testmode_alloc_skb(struct cfg80211_registered_device *rdev,
>  	skb = nlmsg_new(approxlen + 100, gfp);
>  	if (!skb)
>  		return NULL;
> -
>  	hdr = nl80211hdr_put(skb, pid, seq, 0, NL80211_CMD_TESTMODE);
>  	if (!hdr) {
>  		kfree_skb(skb);

Please don't randomly remove whitespace in your patches. :-)

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  reply	other threads:[~2011-02-09 14:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-09 12:01 [RFC] DFS userspace handler Zefir Kurtisi
2011-02-09 12:01 ` [PATCH 1/2] nl80211: interface update Zefir Kurtisi
2011-02-09 14:31   ` John W. Linville [this message]
2011-02-09 15:32     ` Zefir Kurtisi
2011-02-14 10:20   ` Johannes Berg
2011-02-14 15:54     ` Zefir Kurtisi
2011-02-09 12:01 ` [PATCH 2/2] ath9k: pulse detection Zefir Kurtisi
2011-02-09 15:15   ` Vasanth Thiagarajan
2011-02-09 15:30     ` Zefir Kurtisi
2011-02-09 12:01 ` [PATCH 1/3] hostapd: simple pattern detector Zefir Kurtisi
2011-02-09 12:01 ` [PATCH 2/3] hostapd: nl80211 interface Zefir Kurtisi
2011-02-09 12:01 ` [PATCH 3/3] hostapd: integrate DFS detection Zefir Kurtisi
2011-02-09 14:34 ` [RFC] DFS userspace handler John W. Linville
2011-02-09 15:35 ` Chaoxing Lin
2011-02-09 15:50   ` Zefir Kurtisi
2011-02-09 16:09     ` Chaoxing Lin
2011-02-09 16:30       ` John W. Linville
2011-02-09 17:09         ` Chaoxing Lin
2011-02-09 17:50           ` Jouni Malinen

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=20110209143138.GA2494@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=zefir.kurtisi@neratec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.