/[packages]/backports/8/kernel/current/SOURCES/net-wireless-iwlwifi-mvm-check-if-SAR-GEO-is-supported-before-sending-command.patch
ViewVC logotype

Diff of /backports/8/kernel/current/SOURCES/net-wireless-iwlwifi-mvm-check-if-SAR-GEO-is-supported-before-sending-command.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1789616 by tmb, Fri Feb 18 16:18:16 2022 UTC revision 1789617 by tmb, Mon Mar 7 22:56:21 2022 UTC
# Line 38  index 6f4690e56a46..6528a6253336 100644 Line 38  index 6f4690e56a46..6528a6253336 100644
38          /* the ops field is at the same spot for all versions, so set in v1 */          /* the ops field is at the same spot for all versions, so set in v1 */
39          cmd.v1.ops = cpu_to_le32(IWL_PER_CHAIN_OFFSET_SET_TABLES);          cmd.v1.ops = cpu_to_le32(IWL_PER_CHAIN_OFFSET_SET_TABLES);
40    
 @@ -1636,7 +1640,7 @@ int iwl_mvm_up(struct iwl_mvm *mvm)  
         ret = iwl_mvm_sar_init(mvm);  
         if (ret == 0)  
                 ret = iwl_mvm_sar_geo_init(mvm);  
 -       else if (ret < 0)  
 +       if (ret < 0)  
                 goto error;  
   
         iwl_mvm_tas_init(mvm);  

Legend:
Removed from v.1789616  
changed lines
  Added in v.1789617

  ViewVC Help
Powered by ViewVC 1.1.30