[PATCH]: Mac80211 driver and I checked the patch

From: Christopher Sacchi
Date: Mon Aug 06 2012 - 07:49:07 EST


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@xxxxxxxxx>
--

--
Christopher
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/