]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath11k: remove peer extra rssi update
authorNicolas Escande <nico.escande@gmail.com>
Fri, 17 Jan 2025 18:19:53 +0000 (19:19 +0100)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Wed, 29 Jan 2025 16:56:34 +0000 (08:56 -0800)
commitbee577165a0a375a1d47d8ddef1c321e0f7dd6c8
treed7824bc4ad94ca5a32ddf94d3653c22557f869ca
parent0f2b59a98027a781eee1cbd48c7c8fdf87cb73f6
wifi: ath11k: remove peer extra rssi update

Commit b205ce4c266c ("ath11k: support avg signal in station dump") added an
extra assignment of arsta->rssi_comb in ath11k_dp_rx_update_peer_stats()
when it added the average rssi support. So let's keep only one by removing
the legacy assignment so the two statements about rssi stay next to each
other. Compile tested only.

Signed-off-by: Nicolas Escande <nico.escande@gmail.com>
Reviewed-by: Vasanthakumar Thiagarajan <quic_vthiagar@quicinc.com>
Link: https://patch.msgid.link/20250117181953.3375273-1-nico.escande@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath11k/dp_rx.c