diff options
author | Martin Kaiser <[email protected]> | 2022-07-09 19:09:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-07-11 10:06:45 +0200 |
commit | 698bd81fe887ff66b9f4fb95b07da25fb1f06e3d (patch) | |
tree | 8e1179256cc2c379f87add1c21a84fa6f38be4de /tools/perf/scripts/python | |
parent | 14dbcfc4c9368d3a45db0d2d94f6b23708c72bf5 (diff) |
staging: r8188eu: use a local buffer for efuse data
The efuse_eeprom_data array in struct eeprom_priv is used only by
ReadAdapterInfo8188EU. We can remove efuse_eeprom_data and use a local
buffer instead.
Use EFUSE_MAP_LEN_88E as buffer size. Its value is the same as
HWSET_MAX_SIZE_512. The functions that access the buffer use
EFUSE_MAP_LEN_88E for its size.
Signed-off-by: Martin Kaiser <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions