Commit d7af63ab authored by Xiang wangx's avatar Xiang wangx Committed by Kalle Valo

wcn36xx: Fix typo in comment

Delete the redundant word 'the'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220613172818.7491-1-wangxiang@cdjrlc.com
parent 62ebaf2f
...@@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params { ...@@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params {
/* HAL should update the existing BSS entry, if this flag is set. /* HAL should update the existing BSS entry, if this flag is set.
* UMAC will set this flag in case of reassoc, where we want to * UMAC will set this flag in case of reassoc, where we want to
* resue the the old BSSID and still return success 0 = Add, 1 = * resue the old BSSID and still return success 0 = Add, 1 =
* Update */ * Update */
u8 action; u8 action;
...@@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 { ...@@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 {
/* HAL should update the existing BSS entry, if this flag is set. /* HAL should update the existing BSS entry, if this flag is set.
* UMAC will set this flag in case of reassoc, where we want to * UMAC will set this flag in case of reassoc, where we want to
* resue the the old BSSID and still return success 0 = Add, 1 = * resue the old BSSID and still return success 0 = Add, 1 =
* Update */ * Update */
u8 action; u8 action;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment