mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
wcn36xx: Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220613172818.7491-1-wangxiang@cdjrlc.com
This commit is contained in:
parent
62ebaf2f92
commit
d7af63abde
|
|
@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params {
|
|||
|
||||
/* 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
|
||||
* resue the the old BSSID and still return success 0 = Add, 1 =
|
||||
* resue the old BSSID and still return success 0 = Add, 1 =
|
||||
* Update */
|
||||
u8 action;
|
||||
|
||||
|
|
@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 {
|
|||
|
||||
/* 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
|
||||
* resue the the old BSSID and still return success 0 = Add, 1 =
|
||||
* resue the old BSSID and still return success 0 = Add, 1 =
|
||||
* Update */
|
||||
u8 action;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user