mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
wifi: ath12k: Remove unused DFS Unit Test definitions
The following are unused, so remove them: struct wmi_dfs_unit_test_arg macro DFS_PHYERR_UNIT_TEST_CMD Compile tested only. Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com> Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com> Link: https://patch.msgid.link/20260310-ath12k-unit-test-cleanup-v1-2-03e3df56f903@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
parent
e570593b56
commit
7bbb578fc4
|
|
@ -4193,7 +4193,6 @@ struct wmi_addba_clear_resp_cmd {
|
|||
struct ath12k_wmi_mac_addr_params peer_macaddr;
|
||||
} __packed;
|
||||
|
||||
#define DFS_PHYERR_UNIT_TEST_CMD 0
|
||||
#define DFS_UNIT_TEST_MODULE 0x2b
|
||||
#define DFS_UNIT_TEST_TOKEN 0xAA
|
||||
|
||||
|
|
@ -4204,12 +4203,6 @@ enum dfs_test_args_idx {
|
|||
DFS_MAX_TEST_ARGS,
|
||||
};
|
||||
|
||||
struct wmi_dfs_unit_test_arg {
|
||||
u32 cmd_id;
|
||||
u32 pdev_id;
|
||||
u32 radar_param;
|
||||
};
|
||||
|
||||
/* update if another test command requires more */
|
||||
#define WMI_UNIT_TEST_ARGS_MAX DFS_MAX_TEST_ARGS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user