X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ffwdsc.h;h=936bfed03c8b50b162a3b673a7c6c1f3301eacb1;hb=d6ed9408251e62c85e9af7cac67dfdfd6afc3918;hp=efab7fc5e9edf932cf9890d24e460ba63b301b60;hpb=728210b58b90a703f7f00fc21f8abaef610208a7;p=carl9170fw.git diff --git a/carlfw/include/fwdsc.h b/carlfw/include/fwdsc.h index efab7fc..936bfed 100644 --- a/carlfw/include/fwdsc.h +++ b/carlfw/include/fwdsc.h @@ -3,7 +3,7 @@ * * Firmware definition * - * Copyright 2009, 2010 Christian Lamparter + * Copyright 2009-2011 Christian Lamparter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,6 +30,10 @@ struct carl9170_firmware_descriptor { struct carl9170fw_otus_desc otus; + struct carl9170fw_txsq_desc txsq; +#ifdef CONFIG_CARL9170FW_WOL + struct carl9170fw_wol_desc wol; +#endif /* CONFIG_CARL9170FW_WOL */ struct carl9170fw_motd_desc motd; struct carl9170fw_dbg_desc dbg; struct carl9170fw_last_desc last;