[PATCH v3 0/2] Resolve the failure in downloading

Jeff Chen posted 2 patches 10 months ago
drivers/net/wireless/marvell/mwifiex/fw.h     |  7 +++++++
drivers/net/wireless/marvell/mwifiex/main.c   |  4 ----
.../net/wireless/marvell/mwifiex/sta_cmd.c    | 20 +++++++++++++------
3 files changed, 21 insertions(+), 10 deletions(-)
[PATCH v3 0/2] Resolve the failure in downloading
Posted by Jeff Chen 10 months ago
Hi Johannes,

Based on your feedback for the previous submission, split the
original patch into two separate patches.

Best regards,

Jeff

Jeff Chen (2):
  wifi: mwifiex: Part A of resolving the failure in downloading
    calibration data.
  wifi: mwifiex: Part B of resolving the failure in downloading
    calibration data.

 drivers/net/wireless/marvell/mwifiex/fw.h     |  7 +++++++
 drivers/net/wireless/marvell/mwifiex/main.c   |  4 ----
 .../net/wireless/marvell/mwifiex/sta_cmd.c    | 20 +++++++++++++------
 3 files changed, 21 insertions(+), 10 deletions(-)


base-commit: c61da149b9c2e439abe27845a71dae5ce5f5985c
-- 
2.34.1
Re: [PATCH v3 0/2] Resolve the failure in downloading
Posted by Johannes Berg 10 months ago
On Thu, 2025-02-20 at 14:11 +0800, Jeff Chen wrote:
> Hi Johannes,
> 
> Based on your feedback for the previous submission, split the
> original patch into two separate patches.
> 

Thanks. I guess it really should have better subject lines now, and it
doesn't need to (or shouldn't really) indicate in the commit messages
that it was split (you can do that after a --- separator if you like.)

johannes