aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2023-03-08 10:32:35 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-23 21:48:28 -0700
commit9f5ae8fcae1227e9bae3d973fcbef8319a1b25c7 (patch)
tree798eccfec73df5260e3d1e8eba7701addfc2c896 /net
parent493ea69970e2a4e4102fdf0be6d262456f564c3a (diff)
downloadlinux-9f5ae8fcae1227e9bae3d973fcbef8319a1b25c7.tar.gz
Bluetooth: hci_sync: Remove duplicate statement
This removes the following duplicate statement in hci_le_ext_directed_advertising_sync(): cp.own_addr_type = own_addr_type; Signed-off-by: Inga Stotland <inga.stotland@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/hci_sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index eb5fd2fe1dc2b3..31231f0e4a28fa 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -5855,7 +5855,6 @@ static int hci_le_ext_directed_advertising_sync(struct hci_dev *hdev,
memset(&cp, 0, sizeof(cp));
cp.evt_properties = cpu_to_le16(LE_LEGACY_ADV_DIRECT_IND);
- cp.own_addr_type = own_addr_type;
cp.channel_map = hdev->le_adv_channel_map;
cp.tx_power = HCI_TX_POWER_INVALID;
cp.primary_phy = HCI_ADV_PHY_1M;