diff mbox

[SRU,Proposal] Fix for LP bug 621265. Implemented in Natty through kernel 2.6.37, needs backporting to Maverick.

Message ID loom.20110307T210419-817@post.gmane.org
State New
Headers show

Commit Message

Eric Appleman March 7, 2011, 8:12 p.m. 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(-)

Comments

Tim Gardner March 8, 2011, 2:16 p.m. UTC | #1
On 03/07/2011 08:12 PM, Eric Appleman wrote:
> 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,
>
>
>
>
>

This should be bubbling down through stable updates.
diff mbox

Patch

--- 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,