mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02: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:
parent
f255f1f2a0
commit
ff124ad01d
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user