From: Gerrit Renker Date: Tue, 14 Apr 2009 04:32:56 +0000 (+0200) Subject: mac80211: Fragmentation threshold (typo) X-Git-Tag: v2.6.30-rc4~68^2~40^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a99840d571a237845fd0906bce78e7c76be650;p=pandora-kernel.git mac80211: Fragmentation threshold (typo) mac80211: Fragmentation threshold (typo) ieee80211_ioctl_siwfrag() sets the fragmentation_threshold to 2352 when frame fragmentation is to be disabled, yet the corresponding 'get' function tests for 2353 bytes instead. This causes user-space tools to display a fragmentation threshold of 2352 bytes even if fragmentation has been disabled. Signed-off-by: Gerrit Renker Signed-off-by: John W. Linville --- Reading git-diff-tree failed