linux/drivers/staging/rtl8188eu/os_dep
Rasmus Villemoes 7569055b81 staging: r8188eu: replace strnicmp with strncasecmp
The kernel used to contain two functions for length-delimited,
case-insensitive string comparison, strnicmp with correct semantics and
a slightly buggy strncasecmp.  The latter is the POSIX name, so strnicmp
was renamed to strncasecmp, and strnicmp made into a wrapper for the new
strncasecmp to avoid breaking existing users.

To allow the compat wrapper strnicmp to be removed at some point in the
future, and to avoid the extra indirection cost, do
s/strnicmp/strncasecmp/g.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-10-14 02:18:25 +02:00
..
ioctl_linux.c staging: rtl8188eu: Fix static symbol sparse warnings 2014-07-26 13:07:35 -07:00
mlme_linux.c staging: rtl8188eu: Remove wrapper function _addba_timer_hdl() 2014-07-30 17:16:10 -07:00
os_intfs.c staging: rtl8188eu: Cleanup firmware initialization code 2014-08-16 12:23:20 -07:00
osdep_service.c staging: rtl8188eu: Remove unused functions rtw_cbuf_[full, empty, push, pop]() 2014-07-09 21:15:22 -07:00
recv_linux.c staging: rtl8188eu: Remove wrapper function _rtw_reordering_ctrl_timeout_handler() 2014-07-30 17:16:10 -07:00
rtw_android.c staging: r8188eu: replace strnicmp with strncasecmp 2014-10-14 02:18:25 +02:00
usb_intf.c staging: r8188eu: Add new USB ID 2014-08-25 15:00:56 -07:00
usb_ops_linux.c staging: rtl8188eu: Use round_up() instead of _RND4() 2014-06-26 20:27:15 -04:00
xmit_linux.c staging: rtl8188eu: Remove usb_osintf.h header file. 2014-07-09 21:08:47 -07:00