Larry Finger 05e2a0cb8c 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>
2019-09-13 17:55:33 +03:00
..
2019-09-05 12:17:50 +02:00
2019-09-12 12:50:56 +01:00
2019-08-08 18:03:42 -07:00
2019-07-30 14:21:32 -07:00
2019-07-03 11:24:38 -07:00
2019-07-08 19:25:19 -07:00
2019-07-30 14:21:32 -07:00
2019-06-25 14:26:54 +02:00
2019-07-30 14:21:32 -07:00