1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-22 21:34:37 +00:00
rtl8812au/os_dep/linux
Ben Hutchings 8b485b79be Make use of MODULE_IMPORT_NS conditional
Commit 8954f2b8d8 added an unconditional:

    MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);

For compatibility with old kernel versions, guard this declaration
with #ifdef MODULE_IMPORT_NS.

This specific symbol namespace is also Android-specific, so the
declaration should also be conditional on building for Android, but
there doesn't seem to be a single preprocessor symbol that indicates
that.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
2023-11-07 20:52:16 +01:00
..
custom_gpio_linux.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
ioctl_cfg80211.c Add kernel v6.6 support 2023-10-29 16:29:30 +01:00
ioctl_cfg80211.h remove rtw_cfgvendor support 2020-03-07 22:56:09 +00:00
ioctl_linux.c Use eth_hw_addr_set instead of dev_addr_set 2023-07-02 12:11:29 +00:00
ioctl_mp.c Revert: Test fix for latest kernel which changed 'asm' to 'asm_inline' 2019-12-17 22:28:41 +01:00
mlme_linux.c Use eth_hw_addr_set instead of dev_addr_set 2023-07-02 12:11:29 +00:00
os_intfs.c Use eth_hw_addr_set instead of dev_addr_set 2023-07-02 12:11:29 +00:00
recv_linux.c Small code cleanup 2022-03-05 02:57:48 +01:00
rhashtable.c Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
rhashtable.h Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
rtw_android.c Remove dead code associated with CONFIG_PLATFORM_INTEL_BYT 2023-05-02 01:28:48 +02:00
rtw_proc.c Add some Android fixes 2022-08-27 03:10:39 +02:00
rtw_proc.h linux: proc: use pde_data instead of PDE_DATA in >=5.17 2022-05-07 19:38:51 +03:00
rtw_rhashtable.c Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
rtw_rhashtable.h Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
usb_intf.c Make use of MODULE_IMPORT_NS conditional 2023-11-07 20:52:16 +01:00
usb_ops_linux.c fix cfi trip from usb_recv_tasklet 2023-01-25 11:02:40 +00:00
wifi_regd.c Fix build on Ubuntu 23.04 (kernel 6.2). 2023-11-01 09:49:57 +02:00
xmit_linux.c fix cfi trip from rtw_xmit_entry 2023-01-26 14:37:56 +00:00