diff options
author | 2019-09-08 20:59:55 -0500 | |
---|---|---|
committer | 2019-09-13 17:55:37 +0300 | |
commit | 360226fdc53dc3b4018cbc27595af066b57b640e (patch) | |
tree | b4875c64fa8388f5c2d3679ca9358661fcfe069c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rtlwifi: rtl8723be: Remove unused SET_XXX and GET_XXX macros (diff) | |
download | wireguard-linux-360226fdc53dc3b4018cbc27595af066b57b640e.tar.xz wireguard-linux-360226fdc53dc3b4018cbc27595af066b57b640e.zip |
rtlwifi: rtl8723be: Replace local bit manipulation macros
This driver uses a set of local macros to manipulate the RX and TX
descriptors, which are all little-endian quantities. These macros
are replaced by the bitfield macros le32p_replace_bits() and
le32_get_bits(). In several places, the macros operated on an entire
32-bit word. In these cases, a direct read or replacement is used.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions