wifi: rtw89: mac: add suffix _ax to MAC functions
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 11 Dec 2023 08:33:39 +0000 (16:33 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 15 Dec 2023 13:39:13 +0000 (15:39 +0200)
commitfc663fa02532be3206e8f8c85725ab3d010305f9
tree200cea381d73f42db95926c63262521036b60b2a
parentcfb99433662c08f7e19f9c7a05d6e71607d81522
wifi: rtw89: mac: add suffix _ax to MAC functions

Many existing MAC access functions are used by WiFi 6 chips only, so add
suffix _ax to be clearer. Some are common and can be used by WiFi 7, so
export this kind of functions. This patch doesn't change logic at all.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231211083341.118047-5-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/mac.c
drivers/net/wireless/realtek/rtw89/mac.h
drivers/net/wireless/realtek/rtw89/wow.c