mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
14 lines
442 B
Diff
14 lines
442 B
Diff
Index: ucode-2021-07-30-03b6a8ef/lib/nl80211.c
|
|
===================================================================
|
|
--- ucode-2021-07-30-03b6a8ef.orig/lib/nl80211.c
|
|
+++ ucode-2021-07-30-03b6a8ef/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 "ucode/module.h"
|