ath10k: add hw_params for Atheros QCA9377-7

2024-01-02 Thread Tomas Paukrt
Add hw_params for modules based on Atheros QCA9377-7 chipset. Signed-off-by: Tomas Paukrt --- drivers/net/wireless/ath/ath10k/core.c | 42 ++ drivers/net/wireless/ath/ath10k/hw.h | 2 ++ 2 files changed, 44 insertions(+) diff --git a/drivers/net/wireless/ath/a

[PATCH] wifi: ath10k: add hw_params for Atheros QCA9377-7

2024-09-05 Thread Tomas Paukrt
Add hw_params for modules based on Atheros QCA9377-7 chipset like 8devices BLUE bean or SparkLAN WUBQ-159ACN. Tested-on: QCA9377 hw1.1 USB 0.0.0.111 Signed-off-by: Tomas Paukrt --- drivers/net/wireless/ath/ath10k/core.c | 42 ++ 1 file changed, 42 insertions(+)

Re: [PATCH] wifi: ath10k: add hw_params for Atheros QCA9377-7

2024-09-05 Thread Jeff Johnson
On 9/5/2024 5:03 AM, Tomas Paukrt wrote: > Add hw_params for modules based on Atheros QCA9377-7 chipset like > 8devices BLUE bean or SparkLAN WUBQ-159ACN. > > Tested-on: QCA9377 hw1.1 USB 0.0.0.111 > > Signed-off-by: Tomas Paukrt Acked-by: Jeff Johnson