]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw89: phy: support ch_info per PHY
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 17 Jan 2025 07:28:25 +0000 (15:28 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 3 Feb 2025 01:52:08 +0000 (09:52 +0800)
commit786e485c61efaca1b986fc5b83b1d2132fe5b88b
tree05b7b826071b8d420fe65dcc5b85b44cbf8e6428
parentdc0ac60f2a92cc8a44636cbee3d6c32d0197cbe6
wifi: rtw89: phy: support ch_info per PHY

The ch_info is to record current channel info such as minimum RSSI of
connected stations, and to assist in dynamic mechanisms of DIG and EDCCA.

Move the struct to PHY context, so the dynamic mechanisms can use the info
of the same PHY.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250117072828.16728-6-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.h
drivers/net/wireless/realtek/rtw89/phy.c