diff options
| author | Bera Yüzlü <b9788213@gmail.com> | 2026-02-08 13:54:24 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-02-23 15:08:40 +0100 |
| commit | e50ecef464e87736ba0beaddaba8bd8769c73c78 (patch) | |
| tree | 95fb8b23fc15ad4ebcc05738e9e3a2431196407a /tools/perf/scripts | |
| parent | d1c2574d03cced16a9b363807b41d599285e3e60 (diff) | |
staging: rtl8723bs: Refactor setCCKFilterCoefficient to remove duplicated rtw_write8() calls
Previously, the function used 16 individual and repetitive rtw_write8()
calls (8 for each channel condition) to set the filter coefficients.
The new implementation uses a table pointer to select the appropriate
swingtable and iterates through the 8-byte coefficient array using a
single for loop. This achieves the same result without changing logic.
Signed-off-by: Bera Yüzlü <b9788213@gmail.com>
Link: https://patch.msgid.link/aYhrYLYDsxAzWfd1@BERA.localdomain
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
