linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: Christopher Sacchi <chris.sacchi@gmail.com>
Cc: linux-wireless@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH]: Mac80211 Driver patch
Date: Sun, 05 Aug 2012 18:58:13 -0700	[thread overview]
Message-ID: <501F24B5.5050600@xenotime.net> (raw)
In-Reply-To: <CAGh4K3+RODO0zuDThZKKzBCLexXa1M7qYVUu6knciruZ0KWGRQ@mail.gmail.com>

On 08/05/2012 06:52 PM, Christopher Sacchi wrote:

> Patch for Mac80211, and no this is not spam, so do not ignore my
> e-mails. This is a patch, so copy this into your favorite text editor
> and save it as test.patch. Let the maintainers read and know! By the
> way, it is under the first -- line and to the 2nd to last line. :)
> --


You won't need to say where the patch is if you will read and follow
Documentation/SubmittingPatches .

> --- main.c	2012-07-21 20:58:29.000000000 +0000
> +++ mainnew.c	2012-08-05 20:00:37.000000000 +0000
> @@ -32,7 +32,7 @@
>  #include "led.h"
>  #include "cfg.h"
>  #include "debugfs.h"
> -
> +#include "net/rfkill/rfkill.h"
>  static struct lock_class_key ieee80211_rx_skb_queue_class;
> 
>  void ieee80211_configure_filter(struct ieee80211_local *local)
> @@ -183,6 +183,7 @@
>  		 *
>  		 */
>  		/* WARN_ON(ret); */
> +		WARN_ON(1)


Does that build without a problem?
or is it missing a ';' ??

>  	}
> 
>  	return ret;
> --



-- 
~Randy

      parent reply	other threads:[~2012-08-06  1:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-06  1:52 [PATCH]: Mac80211 Driver patch Christopher Sacchi
2012-08-06  1:55 ` Julian Calaby
2012-08-06  1:58 ` Randy Dunlap [this message]

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=501F24B5.5050600@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=chris.sacchi@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /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).