diff options
Diffstat (limited to 'sys/dev/rtwn/if_rtwnreg.h')
| -rw-r--r-- | sys/dev/rtwn/if_rtwnreg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/rtwn/if_rtwnreg.h b/sys/dev/rtwn/if_rtwnreg.h index 09a31fad84b0..bfd11c89fae6 100644 --- a/sys/dev/rtwn/if_rtwnreg.h +++ b/sys/dev/rtwn/if_rtwnreg.h @@ -895,10 +895,6 @@ #define R92C_RAID_11B 6 -/* Macros to access unaligned little-endian memory. */ -#define LE_READ_2(x) ((x)[0] | (x)[1] << 8) -#define LE_READ_4(x) ((x)[0] | (x)[1] << 8 | (x)[2] << 16 | (x)[3] << 24) - /* * Macros to access subfields in registers. */ |
