diff options
author | Karthikeyan Periyasamy <quic_periyasa@quicinc.com> | 2024-05-14 12:04:11 +0530 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2024-05-16 11:29:01 +0300 |
commit | 28bfc1c9c9d0e2165ee9e3b50793b8b463e52e01 (patch) | |
tree | c5ea4da33303c22d050efca5f0a2de3c3639f292 /drivers/net/wireless/ath/ath12k/core.h | |
parent | 3a29442a17413e9e64f00db3b98dbf911324cb86 (diff) |
wifi: ath12k: remove duplicate definition of MAX_RADIOS
Remove the duplicate definition of MAX_RADIOS from the core header file.
No functional changes, compile tested only.
Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240514063412.3483723-2-quic_periyasa@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath12k/core.h')
-rw-r--r-- | drivers/net/wireless/ath/ath12k/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath12k/core.h b/drivers/net/wireless/ath/ath12k/core.h index 6da242c0d51d..7d20b09c52e6 100644 --- a/drivers/net/wireless/ath/ath12k/core.h +++ b/drivers/net/wireless/ath/ath12k/core.h @@ -180,8 +180,6 @@ struct ath12k_he { u32 heop_param; }; -#define MAX_RADIOS 3 - enum { WMI_HOST_TP_SCALE_MAX = 0, WMI_HOST_TP_SCALE_50 = 1, |