mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
12 lines
275 B
Diff
12 lines
275 B
Diff
--- a/lib/nl80211.c
|
|
+++ b/lib/nl80211.c
|
|
@@ -38,7 +38,7 @@ limitations under the License.
|
|
#include <netlink/genl/family.h>
|
|
#include <netlink/genl/ctrl.h>
|
|
|
|
-#include <linux/nl80211.h>
|
|
+#include "../nl80211_copy.h"
|
|
#include <linux/ieee80211.h>
|
|
#include <libubox/uloop.h>
|
|
|