mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 20:07:59 +00:00
14 lines
442 B
Diff
14 lines
442 B
Diff
Index: ucode-2022-04-07-33f1e0b0/lib/nl80211.c
|
|
===================================================================
|
|
--- ucode-2022-04-07-33f1e0b0.orig/lib/nl80211.c
|
|
+++ ucode-2022-04-07-33f1e0b0/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"
|