X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Fcarl9170.h;h=d17b8963a4f01a24d7f474310146940e21ca28d3;hb=refs%2Fheads%2Fradar;hp=ed5120df22ba1b88a0e07358e0d740ee2694cd48;hpb=e17037ad462a6c05f5a73eddf1cff74a27f727a3;p=carl9170fw.git diff --git a/carlfw/include/carl9170.h b/carlfw/include/carl9170.h index ed5120d..d17b896 100644 --- a/carlfw/include/carl9170.h +++ b/carlfw/include/carl9170.h @@ -16,8 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_CARL9170_H @@ -33,7 +32,6 @@ #include "dma.h" #include "usb.h" #include "cmd.h" -#include "radar.h" struct carl9170_bar_ctx { uint8_t ta[6]; @@ -142,11 +140,11 @@ struct firmware_context_struct { unsigned int queued_bar; -#ifdef CONFIG_CARL9170FW_RADAR - unsigned int soft_radar, - radar_last, +#if defined(CONFIG_CARL9170FW_PATTERN_GENERATOR) + unsigned int soft_pattern, + pattern_last, pattern_index; -#endif /* CONFIG_CARL9170FW_RADAR */ +#endif /* CONFIG_CARL9170FW_PATTERN_GENERATOR */ } wlan; struct {