diff options
author | 2019-08-31 13:06:41 -0500 | |
---|---|---|
committer | 2019-09-03 16:30:45 +0300 | |
commit | 11f92ca1475ced7d1995510f566ebbf86bff53d7 (patch) | |
tree | df977e0ea15110b99cc0c1953591d0536647cb5b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rtlwifi: rtl8192ee: Remove unused GET_XXX and SET_XXX (diff) | |
download | linux-dev-11f92ca1475ced7d1995510f566ebbf86bff53d7.tar.xz linux-dev-11f92ca1475ced7d1995510f566ebbf86bff53d7.zip |
rtlwifi: rtl8192ee: 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