rtw89
rtw89 copied to clipboard
Shift out of bounds error in halbb_interace.c
Hi
During boot I get two errors:
shift-out-of-bounds in /.../rtw8852be/phl/hal_g6/phy/bb/halbb_interface.c:235:42
shift exponent 32 is too large for 32-bit type 'unsinged int'
and
shift-out-of-bounds in /.../rtw8852be/phl/hal_g6/phy/bb/halbb_interface.c:184:44
shift exponent 32 is too large for 32-bit type 'unsinged int'
I just pushed a fix that should quiet those. Please make sure that the driver still works.
All the illegal shifts are fixed.