diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2019-05-20 20:23:57 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2019-05-28 15:34:58 +0300 |
| commit | f5678bfe1cdc0a2b51c0ebd3adf1ac1b57aa5f64 (patch) | |
| tree | 4fd31b158092c04101ece471316f79479b42bbbc /scripts/checkpatch.pl | |
| parent | 7ffe556230b87ef4f252fb97bf87302526fe499d (diff) | |
| download | linux-f5678bfe1cdc0a2b51c0ebd3adf1ac1b57aa5f64.tar.xz | |
rtlwifi: rtl8821ae: 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 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
