X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Finclude%2Fcarl9170.h;h=4b0738d651a3fd0bdc93552284c3ed4e63652b85;hp=b4a7fe72f2a4a453b7fdb3a246290c4852ced8fc;hb=af915846d44d23adc02c7ded807282d607b46faa;hpb=03a8cf510dbef554b55403da7547607f7e326368 diff --git a/carlfw/include/carl9170.h b/carlfw/include/carl9170.h index b4a7fe7..4b0738d 100644 --- a/carlfw/include/carl9170.h +++ b/carlfw/include/carl9170.h @@ -141,6 +141,16 @@ struct firmware_context_struct { struct carl9170_bar_ctx ba_cache[CONFIG_CARL9170FW_BACK_REQS_NUM]; unsigned int ba_tail_idx, ba_head_idx; + +#ifdef CONFIG_CARL9170FW_WOL + struct { + struct carl9170_wol_cmd cmd; + unsigned int last_beacon; + unsigned int lost_null; + unsigned int last_null; + bool wake_up; + } wol; +#endif /* CONFIG_CARL9170FW_WOL */ } wlan; struct {