From patchwork Mon Aug 6 01:52:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christopher Sacchi X-Patchwork-Id: 1276641 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 035AC3FCFC for ; Mon, 6 Aug 2012 01:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755394Ab2HFBwW (ORCPT ); Sun, 5 Aug 2012 21:52:22 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:51028 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286Ab2HFBwW (ORCPT ); Sun, 5 Aug 2012 21:52:22 -0400 Received: by bkwj10 with SMTP id j10so841784bkw.19 for ; Sun, 05 Aug 2012 18:52:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=cJLwjh3rfaTj2m7jddWr5DrpSG2vo7CueLJnD22u3Lo=; b=BZzg96bwu2yvDvgy3fcuQ3XWsM5F4cFm73YZGL2EAl6gy6bG5voAw7+leqrsFpzT+/ TbDwNhE/M/WWzkeAaWcf1pcraaKVuT9jlTDxHHTUA0OlMDKbDJP1cji1rx9sRq1xbzQb EBPPaDEOn0G2C8WLZ5rx00Do8O3hDLfsTtFd2qaGMymJ+9Um1dzxZi/m5Aw+UFuN3wHR kdJVv7aOCllrpXaUV+PwHDOEiSXFIPmqT2VZ6HEofSPupQmmhMVj8LJINPOskBd7se5W CaIQrHgmi2XMwkmAP81qpjN8gdCyf98iJ42bvPJf6XtZ7UOs+DX8hI8wK0411aJRE6T7 K9IQ== MIME-Version: 1.0 Received: by 10.204.130.209 with SMTP id u17mr3498355bks.35.1344217940919; Sun, 05 Aug 2012 18:52:20 -0700 (PDT) Received: by 10.204.119.15 with HTTP; Sun, 5 Aug 2012 18:52:20 -0700 (PDT) Date: Mon, 6 Aug 2012 01:52:20 +0000 Message-ID: Subject: [PATCH]: Mac80211 Driver patch From: Christopher Sacchi To: linux-wireless@vger.kernel.org Cc: Linux Kernel Mailing List Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 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. :) --- -- --- 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) } return ret;