mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
* Cleaned up backports patch to only bring in header changes if they are not tied directly to NSS firmware API. Because the API for NSS firmware has strict structure and ordering, it ends up messing with driver calls. Signed-off-by: Sean Khan <datapronix@protonmail.com>
19 lines
451 B
Diff
19 lines
451 B
Diff
--- a/exports/nss_wifili_if.h
|
|
+++ b/exports/nss_wifili_if.h
|
|
@@ -683,6 +683,15 @@ struct nss_wifili_stats_notification {
|
|
struct nss_wifili_stats stats; /**< Wifili statistics. */
|
|
};
|
|
|
|
+/**
|
|
+ * nss_wifili_get_context
|
|
+ * Gets the Wi-Fi Li context used in NSS GRE transmit.
|
|
+ *
|
|
+ * @return
|
|
+ * Pointer to the NSS core context.
|
|
+ */
|
|
+extern struct nss_ctx_instance *nss_wifili_get_context(void);
|
|
+
|
|
#ifdef __KERNEL__ /* only kernel will use. */
|
|
|
|
/**
|