diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2019-07-30 19:33:01 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-08-06 15:41:38 +0300 |
commit | 66b2b064ee54fea02a68589b0513a2586c7a482b (patch) | |
tree | a75caef01a3b6809b8026df5eeaa7406466f0c99 /drivers/net/wireless/realtek/rtl818x | |
parent | b97494f48d5a0cf0b5a8bfec861c7311db987ad2 (diff) |
rtlwifi: rtl88188ee: 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 'drivers/net/wireless/realtek/rtl818x')
0 files changed, 0 insertions, 0 deletions