Revision e13ad1443684f7afaff24cf207e85e97885256bd authored by Manish Chopra on 23 February 2022, 08:57:20 UTC, committed by Jakub Kicinski on 24 February 2022, 17:06:18 UTC
Commit b7a49f73059f ("bnx2x: Utilize firmware 7.13.21.0") added
new firmware support in the driver with maintaining older firmware
compatibility. However, older firmware was not added in MODULE_FIRMWARE()
which caused missing firmware files in initrd image leading to driver load
failure from initrd. This patch adds MODULE_FIRMWARE() for older firmware
version to have firmware files included in initrd.

Fixes: b7a49f73059f ("bnx2x: Utilize firmware 7.13.21.0")
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215627
Signed-off-by: Manish Chopra <manishc@marvell.com>
Signed-off-by: Alok Prasad <palok@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Link: https://lore.kernel.org/r/20220223085720.12021-1-manishc@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e8240ad
History
File Mode Size
6lowpan_i.h -rw-r--r-- 989 bytes
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 866 bytes
core.c -rw-r--r-- 4.0 KB
debugfs.c -rw-r--r-- 6.7 KB
iphc.c -rw-r--r-- 36.7 KB
ndisc.c -rw-r--r-- 6.3 KB
nhc.c -rw-r--r-- 5.1 KB
nhc.h -rw-r--r-- 4.3 KB
nhc_dest.c -rw-r--r-- 650 bytes
nhc_fragment.c -rw-r--r-- 658 bytes
nhc_ghc_ext_dest.c -rw-r--r-- 670 bytes
nhc_ghc_ext_frag.c -rw-r--r-- 682 bytes
nhc_ghc_ext_hop.c -rw-r--r-- 658 bytes
nhc_ghc_ext_route.c -rw-r--r-- 675 bytes
nhc_ghc_icmpv6.c -rw-r--r-- 613 bytes
nhc_ghc_udp.c -rw-r--r-- 571 bytes
nhc_hop.c -rw-r--r-- 633 bytes
nhc_ipv6.c -rw-r--r-- 597 bytes
nhc_mobility.c -rw-r--r-- 658 bytes
nhc_routing.c -rw-r--r-- 645 bytes
nhc_udp.c -rw-r--r-- 5.5 KB

back to top