Erik Stromdahl <erik.stromdahl@xxxxxxxxx> writes: > Hardware parameters for QCA9377 usb devices. > > Signed-off-by: Erik Stromdahl <erik.stromdahl@xxxxxxxxx> [...] > --- a/drivers/net/wireless/ath/ath10k/core.c > +++ b/drivers/net/wireless/ath/ath10k/core.c > @@ -328,6 +328,29 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { > .vht160_mcs_rx_highest = 0, > .vht160_mcs_tx_highest = 0, > }, > + { > + .id = QCA9377_HW_1_1_DEV_VERSION, > + .dev_id = QCA9377_1_0_DEVICE_ID, > + .name = "qca9377 hw1.1 usb", > + .patch_load_addr = QCA9377_HW_1_0_PATCH_LOAD_ADDR, > + .uart_pin = 6, > + .otp_exe_param = 0, > + .channel_counters_freq_hz = 88000, > + .max_probe_resp_desc_thres = 0, > + .cal_data_len = 8124, > + .fw = { > + .dir = QCA9377_HW_1_0_FW_DIR, > + .board = QCA9377_HW_1_0_BOARD_DATA_FILE_USB, > + .board_size = QCA9377_BOARD_DATA_SZ, > + .board_ext_size = QCA9377_BOARD_EXT_DATA_SZ, > + }, > + .hw_ops = &qca988x_ops, > + .decap_align_bytes = 4, > + .max_num_peers = TARGET_QCA9377_HL_NUM_PEERS, > + .is_high_latency = true, > + .bus = ATH10K_BUS_USB, > + .start_once = true, > + }, Oh, forgot to mention that adding hw_params entry should be last in the patchset and only added once all fixes etc are already in place (eg patch 10 and 11 should be before this). -- Kalle Valo