Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/intel/iwlwifi/mvm
Johannes Berg dbf592f3d1 iwlwifi: mvm: fix RFH config command with >=10 CPUs
If we have >=10 (logical) CPUs, our command size exceeds the
internal buffer size and the command fails; fix that by using
IWL_HCMD_DFL_NOCOPY for the command that's allocated anyway.

While at it, also fix the leak of cmd, and use struct_size()
to calculate its size.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Fixes: 8edbfaa198 ("iwlwifi: mvm: configure multi RX queue")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-02-04 12:28:10 +02:00
..
2019-01-25 20:57:19 +02:00
2019-01-29 16:10:31 +02:00
2019-01-25 20:57:20 +02:00
2019-02-04 12:28:06 +02:00
2019-02-04 12:28:06 +02:00
2019-02-04 12:27:20 +02:00
2019-01-25 20:57:21 +02:00
2019-02-04 12:28:09 +02:00