mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
mac80211: grace code
This commit is contained in:
parent
9faf3ea90d
commit
892b521774
@ -436,7 +436,7 @@ config-$(CONFIG_LEDS_TRIGGERS) += MAC80211_LEDS
|
||||
|
||||
MAKE_OPTS:= -C "$(PKG_BUILD_DIR)" \
|
||||
$(KERNEL_MAKE_FLAGS) \
|
||||
EXTRA_CFLAGS="-I$(PKG_BUILD_DIR)/include $(IREMAP_CFLAGS)" \
|
||||
EXTRA_CFLAGS="-I$(PKG_BUILD_DIR)/include $(IREMAP_CFLAGS) -I$(STAGING_DIR)/usr/include/qca-nss-drv" \
|
||||
KLIB_BUILD="$(LINUX_DIR)" \
|
||||
MODPROBE=true \
|
||||
KLIB=$(TARGET_MODULES_DIR) \
|
||||
@ -476,10 +476,6 @@ define Build/Prepare
|
||||
$(PKG_BUILD_DIR)/backport-include/linux/bcm47xx_nvram.h
|
||||
|
||||
echo 'compat-wireless-$(PKG_VERSION)-$(PKG_RELEASE)-$(REVISION)' > $(PKG_BUILD_DIR)/compat_version
|
||||
|
||||
mkdir -p $(STAGING_DIR)/usr/include/qca-nss-drv
|
||||
echo 'compat-wireless-$(PKG_VERSION)-$(PKG_RELEASE)-$(REVISION)' > $(STAGING_DIR)/usr/include/qca-nss-drv/compat_version
|
||||
$(CP) $(STAGING_DIR)/usr/include/qca-nss-drv/* $(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/
|
||||
endef
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_kmod-cfg80211)$(CONFIG_PACKAGE_kmod-lib80211),)
|
||||
|
@ -2400,8 +2400,8 @@ Signed-off-by: Sriram R <srirrama@codeaurora.org>
|
||||
+#ifndef ATH11K_NSS_H
|
||||
+#define ATH11K_NSS_H
|
||||
+
|
||||
+#include "nss_api_if.h"
|
||||
+#include "nss_cmn.h"
|
||||
+#include <nss_api_if.h>
|
||||
+#include <nss_cmn.h>
|
||||
+
|
||||
+struct ath11k;
|
||||
+struct ath11k_base;
|
||||
|
Loading…
Reference in New Issue
Block a user