|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -52,7 +52,9 @@ wlan_wifi_pos_cfg80211_set_wiphy_ext_feature(struct wiphy *wiphy,
|
|
|
WLAN_EXT_CAPA11_NTB_RANGING_RESPONDER;
|
|
|
}
|
|
|
|
|
|
- if (wlan_psoc_nif_fw_ext2_cap_get(psoc, WLAN_RTT_11AZ_TB_SUPPORT)) {
|
|
|
+ if (wlan_psoc_nif_fw_ext2_cap_get(psoc, WLAN_RTT_11AZ_TB_SUPPORT) ||
|
|
|
+ wlan_psoc_nif_fw_ext2_cap_get(psoc,
|
|
|
+ WLAN_RTT_11AZ_TB_RSTA_SUPPORT)) {
|
|
|
wlan_extended_caps_iface[WLAN_EXT_RANGING_CAP_IDX] |=
|
|
|
WLAN_EXT_CAPA11_TB_RANGING_RESPONDER;
|
|
|
wlan_extended_caps_iface_mask[WLAN_EXT_RANGING_CAP_IDX] |=
|