1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-13 01:22:14 +00:00
rtl8812au/os_dep/linux
Daan van Gorkum 761f1d94a5
Bugfix: Phy cannot be moved into another namespace
When CONFIG_NET_NS is enabled one would assume the device can be
moved into another namespace. Currently it will fail with:

command failed: Operation not supported (-95)

There's a check if the kernel is between 2.6.38 and 3.0.0
before it adds the netns flag to wiphy->flags.

With this commit it will always add the netns flag when
CONFIG_NET_NS is enabled.

Signed-off-by: Daan van Gorkum <djvg@djvg.net>
Fixes: https://github.com/aircrack-ng/rtl8812au/issues/518
2020-05-09 16:07:59 +08:00
..
custom_gpio_linux.c Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
ioctl_cfg80211.c Bugfix: Phy cannot be moved into another namespace 2020-05-09 16:07:59 +08:00
ioctl_cfg80211.h remove rtw_cfgvendor support 2020-03-07 22:56:09 +00:00
ioctl_linux.c Use for RTL8814A chip (AWWD-165) 2020-02-01 09:55:13 +01: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 Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
os_intfs.c Add RHEL 8 support and support for possible work on future RHEL 2020-03-28 10:16:11 -05:00
recv_linux.c Fix errors from all patches added earlier 2019-09-19 21:05:00 +02: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 Add RHEL 8 support and support for possible work on future RHEL 2020-03-28 10:16:11 -05:00
rtw_proc.c Add kernel v5.6 support 2020-03-08 06:16:31 +00:00
rtw_proc.h Upload new v5.6.4 driver 2019-05-24 21:43:57 +02: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 Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
usb_ops_linux.c remove USB_PACKET_OFFSET_SZ 2020-03-07 23:01:53 +00:00
wifi_regd.c Minor fix 2020-03-31 07:32:54 +08:00
xmit_linux.c Upload v5.6.4.2 2019-10-30 23:08:53 +00:00