hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_config.h
....@@ -299,6 +299,8 @@
299299 int d2h_intr_method;
300300 int d2h_intr_control;
301301 int enq_hdr_pkt;
302
+ int aspm;
303
+ int l1ss;
302304 #endif
303305 int dpc_cpucore;
304306 int rxf_cpucore;
....@@ -347,6 +349,9 @@
347349 uint war;
348350 #ifdef WL_EXT_WOWL
349351 uint wowl;
352
+#ifdef BCMDBUS
353
+ uint wowl_dngldown;
354
+#endif
350355 #endif
351356 #ifdef GET_CUSTOM_MAC_FROM_CONFIG
352357 char hw_ether[62];
....@@ -458,7 +463,10 @@
458463 int dhd_conf_suspend_resume_sta(dhd_pub_t *dhd, int ifidx, int suspend);
459464 /* Add to adjust 802.1x priority */
460465 extern void pktset8021xprio(void *pkt, int prio);
461
-#ifdef BCMSDIO
466
+#if defined(BCMSDIO) || defined(BCMPCIE) || defined(BCMDBUS)
462467 extern int dhd_bus_sleep(dhd_pub_t *dhdp, bool sleep, uint32 *intstatus);
463468 #endif
469
+#ifdef WL_EXT_WOWL
470
+int dhd_conf_wowl_dngldown(dhd_pub_t *dhd);
471
+#endif
464472 #endif /* _dhd_config_ */