Mirror of lwfinger's Linux driver for RTL8188EU (with Linux 6.8 and 6.10 support!)
Find a file
Larry Finger c2a0523bb7 rtl8188eu: Fix smatch warning in core/rtw_xmit.c
Smatch shows the following:
  CHECK   /home/finger/rtl8188eu/core/rtw_xmit.c
/home/finger/rtl8188eu/core/rtw_xmit.c:1560 dequeue_one_xmitframe() info: ignoring unreachable code.

A while loop that has a break in the first pss is converted to to an if statement.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2013-09-06 22:11:06 -05:00
core rtl8188eu: Fix smatch warning in core/rtw_xmit.c 2013-09-06 22:11:06 -05:00
hal rtl8188eu: Fix smatch warnings in hal/rtl8188e_hal_init.c 2013-09-05 22:32:25 -05:00
include Merge branch 'next' of https://github.com/Noltari/rtl8188eu 2013-09-06 09:59:30 -05:00
os_dep rtl8188eu: Fix smatch warnings in os_dep/ioctl_linux.c 2013-09-05 17:36:23 -05:00
.gitignore rtl8188eu: Finish of cleanup of byte order files 2013-05-15 13:15:11 -05:00
COPYING rtl8188eu: Add COPYING to complete the GPLv2 license 2013-07-25 09:45:43 -05:00
Makefile rtl8188eu: Remove CONFIG_USB_AUTOSUSPEND - not defined 2013-07-22 15:52:08 -05:00