1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-26 15:14:02 +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
ioctl_cfg80211.c Bugfix: Phy cannot be moved into another namespace 2020-05-09 16:07:59 +08:00
ioctl_cfg80211.h
ioctl_linux.c
ioctl_mp.c
mlme_linux.c
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
rhashtable.c
rhashtable.h
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
rtw_rhashtable.c
rtw_rhashtable.h
usb_intf.c
usb_ops_linux.c
wifi_regd.c Minor fix 2020-03-31 07:32:54 +08:00
xmit_linux.c