From 14c8ccf215cec6e05c4105f74db95fbb189d27b7 Mon Sep 17 00:00:00 2001 From: Howard Chung Date: Tue, 31 Mar 2020 11:16:43 +0800 Subject: [PATCH] monitor: Fix missing setting string Add wideband speech to setting string --- monitor/packet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/packet.c b/monitor/packet.c index 45dbe4997..0abe7026b 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -11684,6 +11684,7 @@ static const struct bitfield_data mgmt_settings_table[] = { { 14, "Controller Configuration"}, { 15, "Static Address" }, { 16, "PHY Configuration" }, + { 17, "Wideband Speech" }, { } }; -- 2.47.3