X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Ffwdesc.h;h=b72c3f4bdc17f65eaa679ebdb7dbe439e69bbeb8;hb=39770caa13079d8c1a6e24b54efd3410a1456e4c;hp=a88d07b3628b59b15892ee189c3d4d4dd708bb56;hpb=cb6ee23c791499d599404f1d24d746d15a471e6a;p=carl9170fw.git diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index a88d07b..b72c3f4 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -1,22 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Shared CARL9170 Header * * Firmware descriptor format * * 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 - * the Free Software Foundation; either version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; see the file COPYING. If not, see - * http://www.gnu.org/licenses/. */ #ifndef __CARL9170_SHARED_FWDESC_H @@ -84,6 +72,9 @@ enum carl9170fw_feature_list { /* Firmware has support to write a byte at a time */ CARL9170FW_HAS_WREGB_CMD, + /* Pattern generator */ + CARL9170FW_PATTERN_GENERATOR, + /* KEEP LAST */ __CARL9170FW_FEATURE_NUM };