linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: Mac80211 driver and I checked the patch
@ 2012-08-06 11:49 Christopher Sacchi
  2012-08-06 16:41 ` Dan Williams
  2012-08-06 17:59 ` Arend van Spriel
  0 siblings, 2 replies; 4+ messages in thread
From: Christopher Sacchi @ 2012-08-06 11:49 UTC (permalink / raw)
  To: linux-wireless; +Cc: Linux Kernel Mailing List

The source file needed a change  that was told in the description to
know that the #include needed to be fixed, and the function changed
another value to 0 (yes) in the description (that said FIXME.) The
patch fixes a typo-like error and has been checked with checkpatch.pl
in the scripts directory.
Here's the patch:
--
--- 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 @@ int ieee80211_hw_config(struct ieee80211
 		 *
 		 */
 		/* WARN_ON(ret); */
+		WARN_ON(1)
 	}

 	return ret;
Signed-off-by: Christopher P. Sacchi <chris.sacchi@gmail.com>
--

-- 
Christopher

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-06 18:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 11:49 [PATCH]: Mac80211 driver and I checked the patch Christopher Sacchi
2012-08-06 16:41 ` Dan Williams
2012-08-06 17:59 ` Arend van Spriel
2012-08-06 18:01   ` Arend van Spriel

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).