Skip to content

Commit

Permalink
wifi: ath12k: fix license in p2p.c and p2p.h
Browse files Browse the repository at this point in the history
ath12k uses BSD-3-Clause-Clear, not ISC.

Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
  • Loading branch information
kvalo committed Feb 28, 2024
1 parent 766cf07 commit 776c9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath12k/p2p.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: ISC
// SPDX-License-Identifier: BSD-3-Clause-Clear
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath12k/p2p.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: ISC */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved..
*/
Expand Down

0 comments on commit 776c9c9

Please sign in to comment.