diff options
author | 2019-09-08 20:59:51 -0500 | |
---|---|---|
committer | 2019-09-13 17:55:33 +0300 | |
commit | 05e2a0cb8ce398de16b17655cbec9119ca2cd6c1 (patch) | |
tree | 42cdd2d7b4ecc9ffc7ccf283b48efb83c48fb611 /tools/perf/scripts/python/stackcollapse.py | |
parent | rtlwifi: rtl8723ae: Remove unused GET_XXX and SET_XXX macros (diff) | |
download | wireguard-linux-05e2a0cb8ce398de16b17655cbec9119ca2cd6c1.tar.xz wireguard-linux-05e2a0cb8ce398de16b17655cbec9119ca2cd6c1.zip |
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 <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions