artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cdaeb
)
Fix clang warning about possible unaligned access on arm64.
author
kevlo
<kevlo@openbsd.org>
Tue, 16 Jan 2024 12:21:02 +0000
(12:21 +0000)
committer
kevlo
<kevlo@openbsd.org>
Tue, 16 Jan 2024 12:21:02 +0000
(12:21 +0000)
ok stsp@
sys/dev/pci/if_iwmreg.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_iwmreg.h
b/sys/dev/pci/if_iwmreg.h
index
af10511
..
2d6fab5
100644
(file)
--- a/
sys/dev/pci/if_iwmreg.h
+++ b/
sys/dev/pci/if_iwmreg.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_iwmreg.h,v 1.6
8 2022/03/19 10:26:52 stsp Exp $
*/
+/* $OpenBSD: if_iwmreg.h,v 1.6
9 2024/01/16 12:21:02 kevlo Exp $
*/
/******************************************************************************
*
@@
-3361,7
+3361,7
@@
struct iwm_rx_mpdu_desc_v1 {
uint32_t phy_data0;
uint32_t phy_data1;
};
- };
+ }
__packed
;
} __packed;
#define IWM_RX_REORDER_DATA_INVALID_BAID 0x7f