aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/dma.c
diff options
context:
space:
mode:
authorDan Moulding <dmoulding@me.com>2020-01-28 02:31:07 -0700
committerKalle Valo <kvalo@codeaurora.org>2020-02-13 12:02:54 +0200
commita9149d243f259ad8f02b1e23dfe8ba06128f15e1 (patch)
tree99703213a94e25c53b973b9cd785f70ca5a45a2a /drivers/net/wireless/mediatek/mt76/dma.c
parentLinux 5.6-rc1 (diff)
downloadlinux-dev-a9149d243f259ad8f02b1e23dfe8ba06128f15e1.tar.xz
linux-dev-a9149d243f259ad8f02b1e23dfe8ba06128f15e1.zip
iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices
The logic for checking required NVM sections was recently fixed in commit b3f20e098293 ("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: b3f20e098293 ("iwlwifi: mvm: fix NVM check for 3168 devices") Signed-off-by: Dan Moulding <dmoulding@me.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions