carl9170: rename radar pattern generator into pattern generator
[carl9170fw.git] / carlfw / include / fwdsc.h
index d702795b3e91a3a4fed4c4beb83818cea0005ea6..2e1d1ddd82fc4e23cbd33f54d15a4b365ff7f83d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Firmware definition
  *
- * Copyright 2009, 2010 Christian Lamparter <chunkeey@googlemail.com>
+ * Copyright 2009-2011 Christian Lamparter <chunkeey@googlemail.com>
  *
  * 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
 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;
+#if defined(CONFIG_CARL9170FW_PATTERN_GENERATOR)
+       struct carl9170fw_pattern_desc pattern;
+#endif /* CONFIG_CARL9170FW_PATTERN_GENERATOR */
        struct carl9170fw_dbg_desc  dbg;
        struct carl9170fw_last_desc last;
 } __packed;