Home
last modified time | relevance | path

Searched hist:f5678bfe1cdc0a2b51c0ebd3adf1ac1b57aa5f64 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.hdiff f5678bfe1cdc0a2b51c0ebd3adf1ac1b57aa5f64 Mon May 20 19:23:57 CEST 2019 Larry Finger <Larry.Finger@lwfinger.net> 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>
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.hdiff f5678bfe1cdc0a2b51c0ebd3adf1ac1b57aa5f64 Mon May 20 19:23:57 CEST 2019 Larry Finger <Larry.Finger@lwfinger.net> 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>