[PATCH 3/6] ath10k: remove pci features var

Kalle Valo kvalo at qca.qualcomm.com
Fri Aug 8 04:01:03 PDT 2014


Michal Kazior <michal.kazior at tieto.com> writes:

> The ATH10K_PCI_FEATURE_MSI_X was originally
> introduced to support both chips QCA988Xv1 and
> QCA988Xv2. Since v1 isn't supported anymore it
> doesn't make sense to keep the feature flag
> around. Since this is the last one remove the
> whole thing.
>
> Signed-off-by: Michal Kazior <michal.kazior at tieto.com>

[...]

> --- a/drivers/net/wireless/ath/ath10k/pci.h
> +++ b/drivers/net/wireless/ath/ath10k/pci.h
> @@ -135,13 +135,6 @@ struct service_to_pipe {
>  	u32 pipenum;
>  };
>  
> -enum ath10k_pci_features {
> -	ATH10K_PCI_FEATURE_MSI_X		= 0,
> -
> -	/* keep last */
> -	ATH10K_PCI_FEATURE_COUNT
> -};

I wouldn't be too surprised if we need this again at some point. But we
can then add it back.

-- 
Kalle Valo



More information about the ath10k mailing list