mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-23 13:49:57 +00:00
761f1d94a5
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 |
||
---|---|---|
.. | ||
linux | ||
osdep_service.c |