X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ffwdsc.h;h=936bfed03c8b50b162a3b673a7c6c1f3301eacb1;hb=35cac8dcfa9d01fff0c929f0e2b9cc38fc919589;hp=bebe970403c35fcef204c2eed2d8567cecc9b88c;hpb=e72388a0aa23da8bc8e24a0cbe9d523c5a9ce294;p=carl9170fw.git diff --git a/carlfw/include/fwdsc.h b/carlfw/include/fwdsc.h index bebe970..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,7 +30,10 @@ struct carl9170_firmware_descriptor { struct carl9170fw_otus_desc otus; - struct carl9170fw_usb_desc usb; + 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;