Merge pull request #37 from csssuf/master

Fix rtw_android.c to build on Linux >= 4.0-rc1
This commit is contained in:
Ole Petter Bang 2015-06-01 08:45:02 +02:00
commit 3180218895

View File

@ -30,6 +30,10 @@
#endif
#endif /* defined(RTW_ENABLE_WIFI_CONTROL_FUNC) */
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0))
#define strnicmp strncasecmp
#endif
const char *android_wifi_cmd_str[ANDROID_WIFI_CMD_MAX] = {
"START",
"STOP",