rtl8812au-chinawrj/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
ioctl_cfg80211.c Add kernel v6.6 support 2023-10-29 16:29:30 +01:00
ioctl_cfg80211.h
ioctl_linux.c Use eth_hw_addr_set instead of dev_addr_set 2023-07-02 12:11:29 +00:00
ioctl_mp.c
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
rhashtable.c
rhashtable.h
rtw_android.c
rtw_proc.c
rtw_proc.h
rtw_rhashtable.c
rtw_rhashtable.h
usb_intf.c Make use of MODULE_IMPORT_NS conditional 2023-11-07 20:52:16 +01:00
usb_ops_linux.c
wifi_regd.c Fix build on Ubuntu 23.04 (kernel 6.2). 2023-11-01 09:49:57 +02:00
xmit_linux.c