linux/drivers/net/wireless/intel/iwlwifi/mvm
Dan Moulding a9149d243f iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices
The logic for checking required NVM sections was recently fixed in
commit b3f20e0982 ("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: b3f20e0982 ("iwlwifi: mvm: fix NVM check for 3168 devices")
Signed-off-by: Dan Moulding <dmoulding@me.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2020-02-13 12:02:54 +02:00
..
binding.c
coex.c
constants.h iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queues 2020-01-22 19:13:28 +02:00
d3.c iwlwifi: d3: read all FW CPUs error info 2020-02-03 20:09:14 +02:00
debugfs-vif.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-05-02 22:14:21 -04:00
debugfs.c iwlwifi: add device name to device_info 2020-01-04 12:48:41 +02:00
debugfs.h
ftm-initiator.c iwlwifi: mvm: avoid use after free for pmsr request 2020-02-03 20:09:11 +02:00
ftm-responder.c iwlwifi: mvm: add support for responder config command version 7 2019-12-23 11:54:31 +02:00
fw-api.h
fw.c wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01:00
led.c iwlwifi: check kasprintf() return value 2019-11-20 12:28:56 +02:00
mac80211.c iwlwifi: mvm: fix TDLS discovery with the new firmware API 2020-02-03 20:09:13 +02:00
mac-ctxt.c iwlwifi: mvm: Invert the condition for OFDM rate 2019-10-25 10:10:24 +03:00
Makefile
mvm.h wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01:00
nvm.c iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices 2020-02-13 12:02:54 +02:00
offloading.c
ops.c iwlwifi: add device name to device_info 2020-01-04 12:48:41 +02:00
phy-ctxt.c iwlwifi: mvm: look for the first supported channel when add/remove phy ctxt 2019-09-06 15:31:22 +03:00
power.c iwlwifi: mvm: update powersave correctly for D3 2019-12-20 14:23:24 +02:00
quota.c
rs-fw.c iwlwifi: mvm: print rate_n_flags in a pretty format 2019-11-15 09:34:27 +02:00
rs.c iwlwifi: mvm: print rate_n_flags in a pretty format 2019-11-15 09:34:27 +02:00
rs.h iwlwifi: mvm: in VHT connection use only VHT capabilities 2019-11-15 09:31:56 +02:00
rx.c iwlwifi: mvm: fix unaligned read of rx_pkt_status 2019-11-15 09:34:28 +02:00
rxmq.c iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queues 2020-01-22 19:13:28 +02:00
scan.c wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01:00
sf.c
sta.c iwlwifi: don't throw error when trying to remove IGTK 2020-02-03 20:09:09 +02:00
sta.h iwlwifi: mvm: replace RS mutex with a spin_lock 2019-07-30 18:34:24 +02:00
tdls.c iwlwifi: mvm: fix TDLS discovery with the new firmware API 2020-02-03 20:09:13 +02:00
testmode.h
time-event.c iwlwifi: mvm: fix TDLS discovery with the new firmware API 2020-02-03 20:09:13 +02:00
time-event.h iwlwifi: mvm: fix TDLS discovery with the new firmware API 2020-02-03 20:09:13 +02:00
tt.c iwlwifi: mvm: update the DTS measurement type 2020-02-03 20:09:10 +02:00
tx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-01-26 10:40:21 +01:00
utils.c iwlwifi: mvm: Invert the condition for OFDM rate 2019-10-25 10:10:24 +03:00