wifi: iwlwifi: fix a typo

We use 512 A-MSDUs in an A-MPDU, not 612. Fix the typo.

Link: https://patch.msgid.link/20260531135036.62a394741a04.I2fd9e1d5dc4d467426c9061df2796ff8ba0129d4@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
Miri Korenblit 2026-05-31 13:53:01 +03:00
parent f255f1f2a0
commit ff124ad01d

View File

@ -372,7 +372,7 @@ struct iwl_mac_cfg {
};
/*
* These sizes were picked according to 8 MSDUs inside 64/256/612 A-MSDUs
* These sizes were picked according to 8 MSDUs inside 64/256/512 A-MSDUs
* in an A-MPDU, with additional overhead to account for processing time.
* They will be doubled for MACs starting from So/Ty that don't support
* putting multiple frames into a single buffer.