These patches finish the removal of the local the bit-manipulation macros used to set and read various quantities. v2 - fix some endian issues. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- Kalle, There is no particular urgency for these patches as they are part of a general cleanup. Larry --- Larry Finger (9): rtlwifi: rtl8192de: Remove usage of private bit manipulation macros rtlwifi: rtl8188ee: Remove usage of private bit manipulation rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation macros rtlwifi: Remove dependence on special bit manipulation macros for common driver rtlwifi: rtl88821ae: Remove usage of private bit manipulation macros rtlwifi: rtl8192ee: Remove usage of private bit manipulation macros rtlwifi: rtl8723ae: Remove usage of private bit manipulation macros rtlwifi: rtl8723be: Remove usage of private bit manipulation macros rtlwifi: Remove last definitions of local bit manipulation macros drivers/net/wireless/realtek/rtlwifi/base.h | 4 +- drivers/net/wireless/realtek/rtlwifi/ps.c | 20 +-- .../wireless/realtek/rtlwifi/rtl8188ee/fw.c | 12 +- .../wireless/realtek/rtlwifi/rtl8188ee/fw.h | 103 ++++++---------- .../wireless/realtek/rtlwifi/rtl8188ee/hw.c | 11 +- .../realtek/rtlwifi/rtl8192c/dm_common.c | 19 ++- .../realtek/rtlwifi/rtl8192c/fw_common.h | 14 +-- .../wireless/realtek/rtlwifi/rtl8192ce/hw.c | 11 +- .../wireless/realtek/rtlwifi/rtl8192de/fw.h | 61 ++-------- .../wireless/realtek/rtlwifi/rtl8192ee/fw.h | 36 +++--- .../wireless/realtek/rtlwifi/rtl8723ae/fw.h | 14 +-- .../wireless/realtek/rtlwifi/rtl8723be/fw.h | 30 +++-- .../wireless/realtek/rtlwifi/rtl8821ae/fw.h | 102 +++++++--------- drivers/net/wireless/realtek/rtlwifi/wifi.h | 115 ------------------ 14 files changed, 173 insertions(+), 379 deletions(-) -- 2.24.0