From patchwork Mon Mar 7 20:12:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Appleman X-Patchwork-Id: 85801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 5AFEAB70F7 for ; Tue, 8 Mar 2011 07:15:20 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pwgpf-0001ub-A9; Mon, 07 Mar 2011 20:15:07 +0000 Received: from lo.gmane.org ([80.91.229.12]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pwgpd-0001uW-LP for kernel-team@lists.ubuntu.com; Mon, 07 Mar 2011 20:15:05 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pwgpc-00053X-IM for kernel-team@lists.ubuntu.com; Mon, 07 Mar 2011 21:15:04 +0100 Received: from ool-4a5955a5.dyn.optonline.net ([74.89.85.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 21:15:04 +0100 Received: from erappleman by ool-4a5955a5.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 21:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: kernel-team@lists.ubuntu.com From: Eric Appleman Subject: [SRU Proposal] Fix for LP bug 621265. Implemented in Natty through kernel 2.6.37, needs backporting to Maverick. Date: Mon, 7 Mar 2011 20:12:49 +0000 (UTC) Lines: 19 Message-ID: Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 74.89.85.165 (Mozilla/5.0 (X11; Linux i686; rv:2.0b12) Gecko/20100101 Firefox/4.0b12) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Would this be the best place to request such an SRU? --- drivers/net/wireless/iwlwifi/iwl-3945.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c @@ -2727,7 +2727,6 @@ static struct iwl_lib_ops iwl3945_lib = .config_ap = iwl3945_config_ap, .manage_ibss_station = iwl3945_manage_ibss_station, .recover_from_tx_stall = iwl_bg_monitor_recover, - .check_plcp_health = iwl3945_good_plcp_health, .debugfs_ops = { .rx_stats_read = iwl3945_ucode_rx_stats_read,