wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries
authorTakashi Iwai <tiwai@suse.de>
Thu, 30 Mar 2023 14:37:18 +0000 (16:37 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 17 Apr 2023 10:17:07 +0000 (13:17 +0300)
commit06c58473969239e00d76b683edd511952060ca56
treedf17a8829753864143fbf1c33d0f54a3a128ec62
parentabf57d84973ce1abcb67504ac0df8aea1fe09a76
wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries

As there are a few more models supported by the driver, let's add the
missing MODULE_FIRMWARE() entries for them.  The lack of them resulted
in the missing device enablement on some systems, such as the
installation image of openSUSE.

While we are at it, use the wildcard instead of listing each firmware
files individually for each.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230330143718.19511-1-tiwai@suse.de
drivers/net/wireless/ath/ath11k/pci.c