diff options
author | Johannes Berg <[email protected]> | 2023-06-14 12:41:18 +0300 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2023-06-19 12:05:25 +0200 |
commit | f912959875761084fda351e1257dcfa9d1fa3037 (patch) | |
tree | f1d6c69c8f9cc7232e926e3694abaac6f0e87269 /drivers/net/wireless/intel/iwlwifi/mvm/ops.c | |
parent | 7dd50fd5478056929a012c6bf8b3c6f87c7e9e87 (diff) |
wifi: iwlwifi: mvm: correctly access HE/EHT sband capa
We can't just dereference the sband->iftype_data pointer,
that's an array so we need to access the right entry. Use
the previously introduced helper functions to do that.
There are also cases, e.g. when loading with disable_11ax=1,
where the pointer might be NULL but we still attempt to use
it, causing a crash.
Fixes: 529281bdf0fc ("iwlwifi: mvm: limit TLC according to our HE capabilities")
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20230614123446.a1f2b17ee39b.I8808120be744be8804815ce9e3e24ce6d2b424e3@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
0 files changed, 0 insertions, 0 deletions