diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2019-01-24 03:49:35 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2019-01-24 03:49:35 +0000 |
commit | e4bc6d1d19c3ae19dfd48014b043f871ef209da1 (patch) | |
tree | 719ebfbeaef5bdc420b1e193a7d5855809128fc9 /sys/dev/iwm/if_iwmvar.h | |
parent | 569556b633a65ae8da99f4a8447c806c8da22928 (diff) |
iwm - Update alive response handling, add v4 and remove old versions.
Submitted by: Augustin Cavalier <waddlesplash@gmail.com> (Haiku)
Obtained from: DragonFlyBSD (3820e2bf3331ced3541d1811a38c5a5136dfab93)
Notes
Notes:
svn path=/head/; revision=343388
Diffstat (limited to 'sys/dev/iwm/if_iwmvar.h')
-rw-r--r-- | sys/dev/iwm/if_iwmvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwm/if_iwmvar.h b/sys/dev/iwm/if_iwmvar.h index c4ecd46bbab9..c9149a170a78 100644 --- a/sys/dev/iwm/if_iwmvar.h +++ b/sys/dev/iwm/if_iwmvar.h @@ -538,7 +538,7 @@ struct iwm_softc { int cmd_hold_nic_awake; /* Firmware status */ - uint32_t error_event_table; + uint32_t error_event_table[2]; uint32_t log_event_table; uint32_t umac_error_event_table; int support_umac_log; |