X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ffwdsc.h;h=6ae6563c6bd099851ab48971c51eeb6a63bb1ec8;hb=4d8a36e2d747622d86375725305d6e503c7ef6a8;hp=efab7fc5e9edf932cf9890d24e460ba63b301b60;hpb=728210b58b90a703f7f00fc21f8abaef610208a7;p=carl9170fw.git diff --git a/carlfw/include/fwdsc.h b/carlfw/include/fwdsc.h index efab7fc..6ae6563 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,14 @@ 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; +#ifdef CONFIG_CARL9170FW_RADAR + struct carl9170fw_radar_desc radar; +#endif /* CONFIG_CARL9170FW_RADAR */ struct carl9170fw_dbg_desc dbg; struct carl9170fw_last_desc last; } __packed;