diff --git a/os_dep/linux/rtw_android.c b/os_dep/linux/rtw_android.c index aa9d184..06d05a8 100755 --- a/os_dep/linux/rtw_android.c +++ b/os_dep/linux/rtw_android.c @@ -107,13 +107,7 @@ typedef struct cmd_tlv { #endif /* PNO_SUPPORT */ typedef struct android_wifi_priv_cmd { - -#ifdef CONFIG_COMPAT - compat_uptr_t buf; -#else char *buf; -#endif - int used_len; int total_len; } android_wifi_priv_cmd;