mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[siba] fix incorrect SPROM offsets.
All my fault.
This commit is contained in:
parent
4910efc98e
commit
dbc06ae538
1 changed files with 4 additions and 4 deletions
|
|
@ -520,10 +520,10 @@
|
|||
#define SIBA_SPROM8_OFDM5GPO 0x1146
|
||||
#define SIBA_SPROM8_OFDM5GLPO 0x114a
|
||||
#define SIBA_SPROM8_OFDM5GHPO 0x114e
|
||||
#define SIBA_SPROM8_CDDPO 0x0192
|
||||
#define SIBA_SPROM8_STBCPO 0x0194
|
||||
#define SIBA_SPROM8_BW40PO 0x0196
|
||||
#define SIBA_SPROM8_BWDUPPO 0x0198
|
||||
#define SIBA_SPROM8_CDDPO 0x1192
|
||||
#define SIBA_SPROM8_STBCPO 0x1194
|
||||
#define SIBA_SPROM8_BW40PO 0x1196
|
||||
#define SIBA_SPROM8_BWDUPPO 0x1198
|
||||
|
||||
/* There are 4 blocks with power info sharing the same layout */
|
||||
#define SIBA_SROM8_PWR_INFO_CORE0 0x10C0
|
||||
|
|
|
|||
Loading…
Reference in a new issue