Change R88E_EFUSE_MAX_LEN to use the same value as the vendor's driver

that contains the length of the efuse content.

Reviewed by:	avos
This commit is contained in:
kevlo 2017-06-07 09:10:24 +00:00
parent 1b8076079e
commit 3e258b43f5

View File

@ -23,7 +23,7 @@
#define R88E_GROUP_2G 6
#define R88E_EFUSE_MAX_LEN 512
#define R88E_EFUSE_MAX_LEN 256
#define R88E_EFUSE_MAP_LEN 512
#endif /* R88E_ROM_DEFS_H */