mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-09 23:34:42 +01:00
Compare commits
3 commits
5ad1e7342a
...
50534de687
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50534de687 | ||
|
|
c1e4ca6032 | ||
|
|
2795c05492 |
9 changed files with 19 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2015 Qualcomm Atheros, Inc.
|
||||
# Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2016 Qualcomm Atheros, Inc.
|
||||
# Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2012-2015 Qualcomm Atheros, Inc.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2016 Qualcomm Atheros, Inc.
|
||||
# Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2012-2015 Qualcomm Atheros, Inc.
|
||||
# Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -54,6 +54,17 @@ CHECKPATCH_OPTS = ['--strict', '-q', '--terse', '--no-summary',
|
|||
'--max-line-length=90', '--show-types']
|
||||
|
||||
checkpatch_filter = [
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_non_mumimo_user', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_non_ofdma', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_non_ofdma_users', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_user_info', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_hal_rx_parse_usig_overflow', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_parse_he_sig_b1_mu', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_parse_he_sig_b2_mu', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_parse_he_sig_mu', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_rx_handle_ofdma_info', 'LONG_LINE'),
|
||||
('ath12k_wifi7_dp_mon_rx_populate_mu_user_info', 'LONG_LINE'),
|
||||
('qmi_wlanfw_respond_mem_req_msg_v01', 'LONG_LINE'),
|
||||
('qmi_wlanfw_host_cap_req_msg_v01', 'LONG_LINE'),
|
||||
('qmi_wlfw_qdss_trace_config_download_req_msg_v01_ei', 'LONG_LINE'),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2016 Qualcomm Atheros, Inc.
|
||||
# Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved
|
||||
# Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2010 Atheros Communications Inc.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue