diff options
author | 2024-08-31 12:08:08 +0200 | |
---|---|---|
committer | 2024-09-03 10:31:56 +0200 | |
commit | ad796f708dc3801300e189acd3a393d7cb075811 (patch) | |
tree | da3fc01c618a2f310f510bbc18a0bd95c9cc6925 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | staging: rtl8192e: adjust size of trsw_gain_X for new RF90_PATH_MAX (diff) | |
download | wireguard-linux-ad796f708dc3801300e189acd3a393d7cb075811.tar.xz wireguard-linux-ad796f708dc3801300e189acd3a393d7cb075811.zip |
staging: rtl8192e: adjust size of brfpath_rxenable for new RF90_PATH_MAX
The array brfpath_rxenable in struct r8192_priv is always accessed by
indices in the range i = 0; i < RF90_PATH_MAX. A previous patch changed the
value of RF90_PATH_MAX from 4 to 2, so we can reduce the size of
brfpath_rxenable to 2. Use RF90_PATH_MAX instead of a hard-coded size.
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240831100809.29173-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions