[PATCH] wifi: ath11k: remove duplicate definitions in wmi.h
Jeff Johnson
quic_jjohnson at quicinc.com
Thu Mar 14 08:05:10 PDT 2024
On 3/13/2024 7:16 PM, Kang Yang wrote:
> There are some duplicate definitions in wmi.h, remove them.
>
> No functional changes, compile tested only.
>
> Signed-off-by: Kang Yang <quic_kangyang at quicinc.com>
> ---
> drivers/net/wireless/ath/ath11k/wmi.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
> index bb419e3abb00..9652f4eb2f32 100644
> --- a/drivers/net/wireless/ath/ath11k/wmi.h
> +++ b/drivers/net/wireless/ath/ath11k/wmi.h
> @@ -60,10 +60,6 @@ struct wmi_tlv {
> #define WLAN_SCAN_MAX_HINT_BSSID 10
> #define MAX_RNR_BSS 5
>
> -#define WLAN_SCAN_MAX_HINT_S_SSID 10
> -#define WLAN_SCAN_MAX_HINT_BSSID 10
> -#define MAX_RNR_BSS 5
> -
> #define WLAN_SCAN_PARAMS_MAX_SSID 16
> #define WLAN_SCAN_PARAMS_MAX_BSSID 4
> #define WLAN_SCAN_PARAMS_MAX_IE_LEN 256
This patch doesn't apply (when using b4 shazam) when trying to verify with the
'pending' branch due to a pending change to WLAN_SCAN_PARAMS_MAX_IE_LEN.
So I verified against ath-next instead.
I'll let Kalle comment on if he can handle the conflict himself or if he wants
a rebased patch.
Acked-by: Jeff Johnson <quic_jjohnson at quicinc.com>
More information about the ath11k
mailing list