[PATCH 1/3] ath10k: embed supported chip ids in hw_params
Michal Kazior
michal.kazior at tieto.com
Fri Nov 28 03:25:43 PST 2014
On 28 November 2014 at 08:10, Kalle Valo <kvalo at qca.qualcomm.com> wrote:
> Michal Kazior <michal.kazior at tieto.com> writes:
>
>> Hmm.. I have a couple of ideas:
>
> [...]
>
>> 2. Have a dedicatd pci-specific structure:
>>
>> struct ath10k_pci_supported_chip {
>> u16 dev_id;
>> u32 chip_id;
>> };
>>
>> struct ath10k_pci_supported_chip ath10k_pci_supported_chips[] = {
>> { QCA988X_2_0_DEVICE_ID, QCA988X_HW_2_0_CHIP_ID_REV },
>> // ...
>> };
>>
>> Probably the simplest and has least impact.
>
> Yeah, this seems to be the best. Can you send v2?
Ok. I'll go with this approach and post a v2 when I'm done.
Michał
More information about the ath10k
mailing list