[kvalo-ath:ath12k-bringup] BUILD SUCCESS e82bf2417c8e49527db04491a988832e0ec9d5a1

2022-08-11 Thread kernel test robot
allnoconfig i386 allyesconfig sh allmodconfig x86_64 allyesconfig i386 randconfig-a014 x86_64randconfig-a002 arc randconfig-r043-20220811

[PATCH AUTOSEL 5.4 02/25] ath10k: htt_tx: do not interpret Eth frames as WiFi

2022-08-11 Thread Sasha Levin
From: Sergey Ryazanov [ Upstream commit 70f119fb82af7f7417dc659faf02c91e1f853739 ] The xmit path for the Ethernet encapsulated frames become more or less usable since d740d8fd2439 ("ath10k: unify tx mode and dispatch"). This change reorganize the xmit path in a manageable way to properly

[PATCH AUTOSEL 5.4 06/25] ath10k: fix regdomain info of iw reg set/get

2022-08-11 Thread Sasha Levin
From: Wen Gong [ Upstream commit 8723750e2753868591ba86a57b0041c5e38047ad ] When wlan load, firmware report the reg code with 0x6C for QCA6174, it is world reg which checked by ath_is_world_regd(), then the reg will be save into reg_world_copy of ath_common in ath_regd_init(). Later the

[PATCH AUTOSEL 5.4 03/25] ath10k: fix misreported tx bandwidth for 160Mhz

2022-08-11 Thread Sasha Levin
From: Maxime Bizon [ Upstream commit 75a7062e533e309a9ca0812c69f3ac3cefadb8b1 ] Because of this missing switch case, 160Mhz transmit was reported as 20Mhz, leading to wrong airtime calculation and AQL limiting max throughput. Tested-on: QCA9984 hw2.0 PCI 10.4-3.10-00047 Signed-off-by: Maxime

[PATCH AUTOSEL 5.10 03/46] ath10k: fix misreported tx bandwidth for 160Mhz

2022-08-11 Thread Sasha Levin
From: Maxime Bizon [ Upstream commit 75a7062e533e309a9ca0812c69f3ac3cefadb8b1 ] Because of this missing switch case, 160Mhz transmit was reported as 20Mhz, leading to wrong airtime calculation and AQL limiting max throughput. Tested-on: QCA9984 hw2.0 PCI 10.4-3.10-00047 Signed-off-by: Maxime

[PATCH AUTOSEL 5.10 02/46] ath10k: htt_tx: do not interpret Eth frames as WiFi

2022-08-11 Thread Sasha Levin
From: Sergey Ryazanov [ Upstream commit 70f119fb82af7f7417dc659faf02c91e1f853739 ] The xmit path for the Ethernet encapsulated frames become more or less usable since d740d8fd2439 ("ath10k: unify tx mode and dispatch"). This change reorganize the xmit path in a manageable way to properly

[PATCH AUTOSEL 5.10 07/46] ath10k: fix regdomain info of iw reg set/get

2022-08-11 Thread Sasha Levin
From: Wen Gong [ Upstream commit 8723750e2753868591ba86a57b0041c5e38047ad ] When wlan load, firmware report the reg code with 0x6C for QCA6174, it is world reg which checked by ath_is_world_regd(), then the reg will be save into reg_world_copy of ath_common in ath_regd_init(). Later the

[PATCH AUTOSEL 5.15 09/69] ath10k: fix regdomain info of iw reg set/get

2022-08-11 Thread Sasha Levin
From: Wen Gong [ Upstream commit 8723750e2753868591ba86a57b0041c5e38047ad ] When wlan load, firmware report the reg code with 0x6C for QCA6174, it is world reg which checked by ath_is_world_regd(), then the reg will be save into reg_world_copy of ath_common in ath_regd_init(). Later the

[PATCH AUTOSEL 5.15 03/69] ath10k: htt_tx: do not interpret Eth frames as WiFi

2022-08-11 Thread Sasha Levin
From: Sergey Ryazanov [ Upstream commit 70f119fb82af7f7417dc659faf02c91e1f853739 ] The xmit path for the Ethernet encapsulated frames become more or less usable since d740d8fd2439 ("ath10k: unify tx mode and dispatch"). This change reorganize the xmit path in a manageable way to properly

[PATCH AUTOSEL 5.15 04/69] ath10k: fix misreported tx bandwidth for 160Mhz

2022-08-11 Thread Sasha Levin
From: Maxime Bizon [ Upstream commit 75a7062e533e309a9ca0812c69f3ac3cefadb8b1 ] Because of this missing switch case, 160Mhz transmit was reported as 20Mhz, leading to wrong airtime calculation and AQL limiting max throughput. Tested-on: QCA9984 hw2.0 PCI 10.4-3.10-00047 Signed-off-by: Maxime

[PATCH AUTOSEL 5.18 09/93] ath10k: fix regdomain info of iw reg set/get

2022-08-11 Thread Sasha Levin
From: Wen Gong [ Upstream commit 8723750e2753868591ba86a57b0041c5e38047ad ] When wlan load, firmware report the reg code with 0x6C for QCA6174, it is world reg which checked by ath_is_world_regd(), then the reg will be save into reg_world_copy of ath_common in ath_regd_init(). Later the

[PATCH AUTOSEL 5.18 03/93] ath10k: htt_tx: do not interpret Eth frames as WiFi

2022-08-11 Thread Sasha Levin
From: Sergey Ryazanov [ Upstream commit 70f119fb82af7f7417dc659faf02c91e1f853739 ] The xmit path for the Ethernet encapsulated frames become more or less usable since d740d8fd2439 ("ath10k: unify tx mode and dispatch"). This change reorganize the xmit path in a manageable way to properly

[PATCH AUTOSEL 5.18 04/93] ath10k: fix misreported tx bandwidth for 160Mhz

2022-08-11 Thread Sasha Levin
From: Maxime Bizon [ Upstream commit 75a7062e533e309a9ca0812c69f3ac3cefadb8b1 ] Because of this missing switch case, 160Mhz transmit was reported as 20Mhz, leading to wrong airtime calculation and AQL limiting max throughput. Tested-on: QCA9984 hw2.0 PCI 10.4-3.10-00047 Signed-off-by: Maxime

[PATCH AUTOSEL 5.19 003/105] ath10k: htt_tx: do not interpret Eth frames as WiFi

2022-08-11 Thread Sasha Levin
From: Sergey Ryazanov [ Upstream commit 70f119fb82af7f7417dc659faf02c91e1f853739 ] The xmit path for the Ethernet encapsulated frames become more or less usable since d740d8fd2439 ("ath10k: unify tx mode and dispatch"). This change reorganize the xmit path in a manageable way to properly

[PATCH AUTOSEL 5.19 009/105] ath10k: fix regdomain info of iw reg set/get

2022-08-11 Thread Sasha Levin
From: Wen Gong [ Upstream commit 8723750e2753868591ba86a57b0041c5e38047ad ] When wlan load, firmware report the reg code with 0x6C for QCA6174, it is world reg which checked by ath_is_world_regd(), then the reg will be save into reg_world_copy of ath_common in ath_regd_init(). Later the

[PATCH AUTOSEL 5.19 004/105] ath10k: fix misreported tx bandwidth for 160Mhz

2022-08-11 Thread Sasha Levin
From: Maxime Bizon [ Upstream commit 75a7062e533e309a9ca0812c69f3ac3cefadb8b1 ] Because of this missing switch case, 160Mhz transmit was reported as 20Mhz, leading to wrong airtime calculation and AQL limiting max throughput. Tested-on: QCA9984 hw2.0 PCI 10.4-3.10-00047 Signed-off-by: Maxime