From: Zefir Kurtisi <zefir.kurtisi@neratec.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/2] nl80211: interface update
Date: Wed, 09 Feb 2011 16:32:48 +0100 [thread overview]
Message-ID: <4D52B3A0.7060905@neratec.com> (raw)
In-Reply-To: <20110209143138.GA2494@tuxdriver.com>
On 02/09/2011 03:31 PM, John W. Linville wrote:
> 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. :-)
>
Sure. No idea how this could ever happen ;)
> John
next prev parent reply other threads:[~2011-02-09 15:32 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
2011-02-09 15:32 ` Zefir Kurtisi [this message]
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=4D52B3A0.7060905@neratec.com \
--to=zefir.kurtisi@neratec.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).