linux_dsm_epyc7002/drivers/net/wireless/realtek/rtl8xxxu
Jakub Sitnicki f6c47702ed rtl8xxxu: Don't check for illegal offset when reading from efuse
It is enough to check for either illegal offset or illegal map address
because map address is a value derived from an offset:

  map_addr = offset * 8
  EFUSE_MAP_LEN = EFUSE_MAX_SECTION_8723A * 8

Leave just the check for an illegal map address because its upper
bound (EFUSE_MAP_LEN) is used also in a couple other places.

Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-03-10 15:28:58 +02:00
..
Kconfig rtl8xxxu: Fix typo in Kconfig help text 2016-02-25 11:55:27 +02:00
Makefile
rtl8xxxu_regs.h rtl8xxxu: Add some missing register definitions for 8723bu 2016-03-10 15:28:57 +02:00
rtl8xxxu.c rtl8xxxu: Don't check for illegal offset when reading from efuse 2016-03-10 15:28:58 +02:00
rtl8xxxu.h rtl8xxxu: Add definitions for new generation h2c commands 2016-03-10 15:28:58 +02:00