From: Denis Vlasenko Date: Wed, 18 Jan 2006 10:02:33 +0000 (+0200) Subject: [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the doc X-Git-Tag: v2.6.17-rc1~1186^2~66^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d7a8cfbdc1112fd80546591fd6f5c831ea0363;p=pandora-kernel.git [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the doc >If encryption is enabled, each fragment payload size is reduced by enough space >to add the prefix and postfix (IV and ICV totalling 8 bytes in the case of WEP) >So if you have 1500 bytes of payload with ieee->fts set to 500 without >encryption it will take 3 frames. With WEP it will take 4 frames as the >payload of each frame is reduced to 492 bytes. Text is correct, but in picture (IV,payload,ICV) sits inside SNAP. Patch corrects this. Signed-Off-By: Denis Vlasenko Acked-By: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed