mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 14:33:24 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user