mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 21:34:37 +00:00
Revert: Test fix for latest kernel which changed 'asm' to 'asm_inline'
This commit is contained in:
parent
392109f98a
commit
57a2ce4f20
@ -17,11 +17,6 @@
|
|||||||
#include <drv_types.h>
|
#include <drv_types.h>
|
||||||
#include <hal_data.h>
|
#include <hal_data.h>
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_RTW_DEBUG
|
#ifdef CONFIG_RTW_DEBUG
|
||||||
const char *rtw_log_level_str[] = {
|
const char *rtw_log_level_str[] = {
|
||||||
"_DRV_NONE_ = 0",
|
"_DRV_NONE_ = 0",
|
||||||
|
@ -15,11 +15,6 @@
|
|||||||
#ifndef _LINUX_BYTEORDER_GENERIC_H
|
#ifndef _LINUX_BYTEORDER_GENERIC_H
|
||||||
#define _LINUX_BYTEORDER_GENERIC_H
|
#define _LINUX_BYTEORDER_GENERIC_H
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* linux/byteorder_generic.h
|
* linux/byteorder_generic.h
|
||||||
* Generic Byte-reordering support
|
* Generic Byte-reordering support
|
||||||
|
@ -15,11 +15,6 @@
|
|||||||
#ifndef __OSDEP_LINUX_SERVICE_H_
|
#ifndef __OSDEP_LINUX_SERVICE_H_
|
||||||
#define __OSDEP_LINUX_SERVICE_H_
|
#define __OSDEP_LINUX_SERVICE_H_
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
@ -14,11 +14,6 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
#if defined(CONFIG_MP_INCLUDED)
|
#if defined(CONFIG_MP_INCLUDED)
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef MARK_KERNEL_PFU
|
#ifdef MARK_KERNEL_PFU
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <asm/fpu/api.h>
|
#include <asm/fpu/api.h>
|
||||||
|
@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
#include <drv_types.h>
|
#include <drv_types.h>
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_IOCTL_CFG80211
|
#ifdef CONFIG_IOCTL_CFG80211
|
||||||
|
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT)
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT)
|
||||||
|
@ -13,11 +13,6 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifdef asm_inline
|
|
||||||
#undef asm_inline
|
|
||||||
#define asm_inline asm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define _OSDEP_SERVICE_C_
|
#define _OSDEP_SERVICE_C_
|
||||||
|
|
||||||
#include <drv_types.h>
|
#include <drv_types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user