1. 06 3月, 2020 2 次提交
  2. 03 3月, 2020 1 次提交
  3. 13 2月, 2020 1 次提交
    • D
      iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices · a9149d24
      Dan Moulding 提交于
      The logic for checking required NVM sections was recently fixed in
      commit b3f20e09 ("iwlwifi: mvm: fix NVM check for 3168
      devices"). However, with that fixed the else is now taken for 3168
      devices and within the else clause there is a mandatory check for the
      PHY_SKU section. This causes the parsing to fail for 3168 devices.
      
      The PHY_SKU section is really only mandatory for the IWL_NVM_EXT
      layout (the phy_sku parameter of iwl_parse_nvm_data is only used when
      the NVM type is IWL_NVM_EXT). So this changes the PHY_SKU section
      check so that it's only mandatory for IWL_NVM_EXT.
      
      Fixes: b3f20e09 ("iwlwifi: mvm: fix NVM check for 3168 devices")
      Signed-off-by: NDan Moulding <dmoulding@me.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      a9149d24
  4. 08 2月, 2020 1 次提交
  5. 04 2月, 2020 9 次提交
  6. 01 2月, 2020 2 次提交
  7. 27 1月, 2020 5 次提交
  8. 26 1月, 2020 19 次提交