mbox series

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

Message ID 20250220061143.1417420-1-jeff.chen_1@nxp.com (mailing list archive)
Headers show
Series Resolve the failure in downloading | expand

Message

Jeff Chen Feb. 20, 2025, 6:11 a.m. UTC
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

Comments

Johannes Berg Feb. 20, 2025, 8:21 a.m. UTC | #1
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