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
Este commit está contenido en:

cometido por
Rahul Choudhary

padre
9cbb3b7b3e
commit
33f9c6eb46
@@ -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
|
||||
*/
|
||||
|
Referencia en una nueva incidencia
Block a user