opengnsys_ipxe/src
Bruce Rogers 19d0fab40f [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modes
The GCC11 compiler pointed out something that apparently no previous
compiler noticed: in ath5k_eeprom_pread_turbo_modes, local variable
val is used uninitialized. From what I can see, the code is just
missing an initial AR5K_EEPROM_READ. Add it right before the switch
statement.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-02-16 23:35:24 +00:00
..
arch [build] Work around stray sections introduced by some binutils versions 2021-02-15 10:02:32 +00:00
bin
config [cloud] Enable IPv6 and HTTPS in cloud boot images 2021-02-16 10:58:42 +00:00
core [image] Provide image_memory() 2021-01-25 17:03:56 +00:00
crypto [x509] Clarify debug message for an untrusted X.509 issuer 2020-12-28 18:18:58 +00:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modes 2021-02-16 23:35:24 +00:00
hci [cmdline] Expose "iflinkwait" as a command 2021-01-26 17:07:52 +00:00
image [image] Implicitly trust first embedded image 2021-01-27 12:42:31 +00:00
include [build] Use .balign directive instead of .align 2021-02-12 23:22:54 +00:00
interface [efi] Fix erroneous comparison of a pointer against userptr_t 2021-02-03 16:00:06 +00:00
libgcc [libgcc] Change __divmoddi4 from int64 [unknown] to int64_t 2020-07-21 14:33:32 +01:00
net [infiniband] Require drivers to specify the number of ports 2021-01-27 01:15:35 +00:00
scripts [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
tests [x509] Make root of trust a reference-counted structure 2020-12-09 16:45:50 +00:00
usr [autoboot] Avoid closing and immediately reopening network device 2021-02-01 23:33:50 +00:00
util [build] Remove support for building with the Intel C compiler 2021-02-12 22:08:41 +00:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Remove support for building with the Intel C compiler 2021-02-12 22:08:41 +00:00
Makefile.efi [build] Create util/genfsimg for building filesystem-based images 2021-01-13 17:58:02 +00:00
Makefile.housekeeping [build] Remove support for building with the Intel C compiler 2021-02-12 22:08:41 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00