diff options
| author | Larry Finger <[email protected]> | 2019-09-08 20:59:51 -0500 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2019-09-13 17:55:33 +0300 |
| commit | 05e2a0cb8ce398de16b17655cbec9119ca2cd6c1 (patch) | |
| tree | 42cdd2d7b4ecc9ffc7ccf283b48efb83c48fb611 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | eb4b2d33c16795dd7f21448d6d13c5a6c2d64968 (diff) | |
rtlwifi: rtl8723ae: 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 <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions