Browse Source

qcacmn: Fix typographical errors

Currently, the host driver interprets an active link
status as 0 and an inactive link status as 1.
To comply with updated requirements, the change will
switch active links to be represented as 1 and inactive
links as 0, aligning with the correct status interpretation.

Change-Id: I5342e85106b4623ed4c79a4841884bfa8cd9d638
CRs-Fixed: 3581454
Aasir Rasheed 1 năm trước cách đây
mục cha
commit
33f9c6eb46
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h

+ 1 - 1
umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h

@@ -361,7 +361,7 @@ struct mlo_link_state_cmd_params {
  * struct ml_link_info - ml link information
  * @vdev_id: vdev id for this link
  * @link_id: link id defined as in 802.11 BE spec.
- * @link_status: active 0, inactive 1
+ * @link_status: inactive 0, active 1
  * @reserved: reserved bits
  * @chan_freq: Channel frequency in MHz
  */