summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorJoshua Oreman2009-08-01 18:56:44 +0200
committerMichael Brown2009-08-09 01:12:04 +0200
commit0b3c88e03520ac2663a70b8365341b727b2e67a2 (patch)
tree4ac21c6bde08a191786cd9f5c3bbd060e4d91c14 /src/drivers
parent[802.11] Set channels early on to avoid tuning to an undefined channel (diff)
downloadipxe-0b3c88e03520ac2663a70b8365341b727b2e67a2.tar.gz
ipxe-0b3c88e03520ac2663a70b8365341b727b2e67a2.tar.xz
ipxe-0b3c88e03520ac2663a70b8365341b727b2e67a2.zip
[802.11] Fix maximum packet length
Previously the maximum packet length was computed using an erroneous understanding of the role of the MIC field in TKIP-encrypted packets. The field is actually considered to be part of the MSDU (encrypted and fragmented data), not the MPDU (container for each encrypted fragment). As such its size does not contribute to cryptographic overhead outside the data field's size limitations. The net result is that the previous maximum packet length value was 4 bytes too long; fix it to the correct value of 2352. Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/drivers')
0 files changed, 0 insertions, 0 deletions