Home
last modified time | relevance | path

Searched defs:ath12k_hw_params (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h133 struct ath12k_hw_params { struct
134 const char *name;
135 u16 hw_rev;
137 struct {
141 } fw;
143 u8 max_radios;
144 bool single_pdev_only:1;
145 u32 qmi_service_ins_id;
146 bool internal_sleep_clock:1;
148 const struct ath12k_hw_ops *hw_ops;
[all …]
H A Dhw.c851 static const struct ath12k_hw_params ath12k_hw_params[] = { variable