From: Johannes Berg Date: Tue, 9 Dec 2008 11:30:03 +0000 (+0100) Subject: mac80211: remove fragmentation offload functionality X-Git-Tag: v2.6.29-rc1~581^2~203^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f546638c3f809fdacddc03fe765669c3042e0d9d;p=pandora-kernel.git mac80211: remove fragmentation offload functionality There's no driver that actually does fragmentation on the device, and the callback is buggy (when it returns an error, mac80211's fragmentation status is changed so reading the frag threshold from userspace reads the new value despite the error). Let's just remove it, if we really find some hardware supporting it we can add it back later. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed