From patchwork Mon Mar 7 20:12:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [SRU, Proposal] Fix for LP bug 621265. Implemented in Natty through kernel 2.6.37, needs backporting to Maverick. From: Eric Appleman X-Patchwork-Id: 85801 Message-Id: To: kernel-team@lists.ubuntu.com Date: Mon, 7 Mar 2011 20:12:49 +0000 (UTC) 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,