diff options
author | Michael Straube <straube.linux@gmail.com> | 2024-08-31 13:08:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-03 11:31:56 +0300 |
commit | 12ce200da92a8122132f3b5dee506575b9d5fbba (patch) | |
tree | ebe7ce7d7ab0b567e7e55f17af4408edfa7d36f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 24f7977e83cda19cd34fe69a12ceb881dc632d47 (diff) | |
download | linux-12ce200da92a8122132f3b5dee506575b9d5fbba.tar.xz |
staging: rtl8192e: adjust size of trsw_gain_X for new RF90_PATH_MAX
The array trsw_gain_X in struct phy_sts_ofdm_819xpci 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
trsw_gain_X 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-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions