linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi/rtl8188ee
Larry Finger 66b2b064ee 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>
2019-08-06 15:41:38 +03:00
..
def.h
dm.c
dm.h
fw.c
fw.h
hw.c rtlwifi: rtl8188ee: remove redundant assignment to rtstatus 2019-06-25 08:02:09 +03:00
hw.h
led.c
led.h
Makefile
phy.c
phy.h
pwrseq.c
pwrseq.h
reg.h
rf.c
rf.h
sw.c rtlwifi: remove assignment to itself 2019-07-24 14:54:56 +03:00
sw.h
table.c
table.h
trx.c rtlwifi: Convert the wake_match variable to local 2019-04-13 14:15:45 +03:00
trx.h rtlwifi: rtl88188ee: Replace local bit manipulation macros 2019-08-06 15:41:38 +03:00