| .. | .. |
|---|
| 299 | 299 | int d2h_intr_method; |
|---|
| 300 | 300 | int d2h_intr_control; |
|---|
| 301 | 301 | int enq_hdr_pkt; |
|---|
| 302 | + int aspm; |
|---|
| 303 | + int l1ss; |
|---|
| 302 | 304 | #endif |
|---|
| 303 | 305 | int dpc_cpucore; |
|---|
| 304 | 306 | int rxf_cpucore; |
|---|
| .. | .. |
|---|
| 347 | 349 | uint war; |
|---|
| 348 | 350 | #ifdef WL_EXT_WOWL |
|---|
| 349 | 351 | uint wowl; |
|---|
| 352 | +#ifdef BCMDBUS |
|---|
| 353 | + uint wowl_dngldown; |
|---|
| 354 | +#endif |
|---|
| 350 | 355 | #endif |
|---|
| 351 | 356 | #ifdef GET_CUSTOM_MAC_FROM_CONFIG |
|---|
| 352 | 357 | char hw_ether[62]; |
|---|
| .. | .. |
|---|
| 458 | 463 | int dhd_conf_suspend_resume_sta(dhd_pub_t *dhd, int ifidx, int suspend); |
|---|
| 459 | 464 | /* Add to adjust 802.1x priority */ |
|---|
| 460 | 465 | extern void pktset8021xprio(void *pkt, int prio); |
|---|
| 461 | | -#ifdef BCMSDIO |
|---|
| 466 | +#if defined(BCMSDIO) || defined(BCMPCIE) || defined(BCMDBUS) |
|---|
| 462 | 467 | extern int dhd_bus_sleep(dhd_pub_t *dhdp, bool sleep, uint32 *intstatus); |
|---|
| 463 | 468 | #endif |
|---|
| 469 | +#ifdef WL_EXT_WOWL |
|---|
| 470 | +int dhd_conf_wowl_dngldown(dhd_pub_t *dhd); |
|---|
| 471 | +#endif |
|---|
| 464 | 472 | #endif /* _dhd_config_ */ |
|---|