mac80211: remove fragmentation offload functionality
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Dec 2008 11:30:03 +0000 (12:30 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 19:01:33 +0000 (14:01 -0500)
commitf546638c3f809fdacddc03fe765669c3042e0d9d
tree2f5936ca90d2774ce33c03f96065ef561443af51
parente4f2a3458f451d5fb6aa55aac6aaadcf220d0da1
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/tx.c
net/mac80211/wext.c