diff options
author | Tedd Ho-Jeong An <tedd.an@intel.com> | 2021-08-05 03:32:14 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-08-05 17:03:29 +0300 |
commit | 553807141a1e4088e657e57ece890d9263d8070c (patch) | |
tree | 48ff7430146e35bd2fcb00449d6427fdf83d43a4 /drivers/bluetooth/btintel.h | |
parent | ffcba827c0a1d81933d4fdc35b925d150cee7dec (diff) | |
download | linux-553807141a1e4088e657e57ece890d9263d8070c.tar.xz |
Bluetooth: btintel: Add combined set_diag functions
This patch adds a combined set_diag functions.
It also changes the btintel_set_diag_mfg() to static since it is no
longer used by others.
Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btintel.h')
-rw-r--r-- | drivers/bluetooth/btintel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btintel.h b/drivers/bluetooth/btintel.h index aef04fa0e1ef..17cb62ac33f6 100644 --- a/drivers/bluetooth/btintel.h +++ b/drivers/bluetooth/btintel.h @@ -146,6 +146,7 @@ enum { INTEL_BOOTING, INTEL_BROKEN_INITIAL_NCMD, INTEL_BROKEN_LED, + INTEL_ROM_LEGACY, __INTEL_NUM_FLAGS, }; |